summaryrefslogtreecommitdiff
path: root/port_me
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-047-7/+7
|
* Remove to_moderators.Mark Sapiro2016-12-041-1/+1
|
* Closes: #68Barry Warsaw2016-11-131-1/+1
| | | | | Messages sent to the list's moderators now include the actual recipient addresses. Given by Tom Briles.
* Issue 68: send messages to list moderators when tomoderators=TrueTom Briles2016-10-311-1/+1
|
* Happy New Year.Barry Warsaw2016-01-027-7/+7
|
* The ``mailman members`` command can now be used to display members based onBarry Warsaw2015-12-221-90/+0
| | | | | subscription roles. Also, the positional "list" argument can now accept list names or list-ids.
* Port bump-digests to MM3, via the `mailman digests` command.Barry Warsaw2015-12-221-74/+0
| | | | | Fix a buglet where if maybe_send_digest_now() was called before a digest has been prepared, a FileNotFoundError would be raised.
* Add a send-digests subcommand to send list digests right now.Barry Warsaw2015-12-201-83/+0
| | | | | | | | | | | | | | * Add a `mailman send-digests` subcommand which replaces the functionality of the MM2.1 senddigests.py cronjob. * Use mlist.data_path where appropriate instead of crafting it from config.LIST_DATA_DIR. This makes it more consistent to switch to using the list-id as the data subdirectory. * Refactor the to_digest handler so that we can implement maybe_send_digest_now() for the internal API. * Fix some typos in subcommand --help summaries.
* Move some old bin scripts to a holding tank.Barry Warsaw2015-03-0210-0/+1775