summaryrefslogtreecommitdiff
path: root/Mailman/interfaces/archiver.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-58/+0
|
* Add an interface IArchiver which is used to calculate urls and send messagesBarry Warsaw2008-01-131-0/+58
to the archiver. Also add a plugin architecture for easily overriding the archiver, and hook this into the setup.py script. Updated CookHeaders.py and Scrubber.py handlers to use the plugged archiver. Updated doctests as appropriate. Fix a typo in the setup.py file.