summaryrefslogtreecommitdiff
path: root/mailman/app/chains.py
Commit message (Collapse)AuthorAgeFilesLines
* Move core Mailman modules to the new mailman.core package. FunctionalityBarry Warsaw2008-09-291-115/+0
| | | | | that's part of the 'application', i.e. non-essential to the core functionality is left in mailman.app. This division of labor is still formative.
* Upgrade to GPLv3.Barry Warsaw2008-09-241-12/+12
|
* More fixes to get end-to-end delivery basically working.Barry Warsaw2008-03-301-1/+1
| | | | | | | | | | | | | | | - Add a VirginPipeline for the virgin queue, which is mostly the same as the BuiltInPipeline, so refactor the commonality into a BasePipeline. - Simplify and update bin/dumpdb. - Rename inject() to inject_text() and add inject_message(). Both interfaces will be useful. - When enqueuing and not using _plaintext, use the highest pickle protocol supported. - Fix the archive runner's calculation of whether to clobber the message's Date: header. - Fix the outgoing queue's deliver_after calculation. - Update the virgin queue runner. It doesn't need to inherit from IncomingRunner any more; it can just execute the 'virgin' pipeline.
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-0/+115