summaryrefslogtreecommitdiff
path: root/src/mailman/runners
Commit message (Expand)AuthorAgeFilesLines
...
* * The LMTP server now requires that the incoming message have a `Message-ID`,Barry Warsaw2012-03-135-19/+130
* * The experimental `maildir` runner is removed. Use LMTP.Barry Warsaw2012-03-121-195/+0
* * Mailing lists get multiple chains and pipelines. For example, normalBarry Warsaw2012-03-073-22/+21
* Fix header/footer interpolations when personalizing messages.Barry Warsaw2012-03-051-6/+7
* Template indirection now also in effect for regular and digest headers andBarry Warsaw2012-03-041-7/+36
* * A welcome message is sent when the user confirms their subscription viaBarry Warsaw2012-03-042-27/+64
* Prevent the `confirm` command from running more than once on the same token.Barry Warsaw2012-03-011-2/+47
* print functions!Barry Warsaw2012-02-291-15/+17
* * The `join` email command no longer accepts an `address=` argument. ItsBarry Warsaw2012-02-291-4/+100
* Make sure that an email subscription request is ignored for addresses whichBarry Warsaw2012-02-291-0/+40
* Remove test turd.Barry Warsaw2012-02-291-3/+0
* Don't try to double join someone via a single email command.Barry Warsaw2012-02-292-0/+96
* Greatly improve handling non-ascii in email commands.Barry Warsaw2012-02-282-8/+118
* * The `confirm` email command now properly handles `Re:`-like prefixes, evenBarry Warsaw2012-02-262-12/+114
* - Bump copyright years.Barry Warsaw2012-01-0716-17/+26
|\
| * copybumpBarry Warsaw2012-01-0116-16/+16
|/
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-301-11/+0
* * Implement the style manager as a utility instead of an attribute hangingBarry Warsaw2011-10-242-7/+61
* * Fixed KeyError in retry runner, contributed by Stephen A. Goss.Barry Warsaw2011-10-242-1/+62
|\
| * LP: #872391, fix Retry runner bug with unit testStephen A. Goss2011-10-242-1/+66
|/
* Finally, all doctests are named .rstBarry Warsaw2011-09-239-0/+0
* * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes,Barry Warsaw2011-08-301-1/+3
* * Moderating a message with Action.accept now sends the message. (LP: #827697)Barry Warsaw2011-08-221-0/+3
* * Handle SIGTERM in the REST server so that the test suite always shuts downBarry Warsaw2011-08-151-2/+7
* * New REST resource http://.../members/find can be POSTed to in order to findBarry Warsaw2011-08-131-1/+1
* Factor out bounce detection to flufl.bounce.Barry Warsaw2011-07-151-15/+17
* * The IMailingList attribute ``host_name`` has been renamed to ``mail_host``Barry Warsaw2011-06-161-2/+2
* * Move inject.py to mailman.app package.Barry Warsaw2011-06-152-2/+2
* Major terminology shift:Barry Warsaw2011-06-0119-64/+63
* Rename 'queue' directory to 'runners' since not all subprocesses run a queue.Barry Warsaw2011-05-2926-0/+4724