summaryrefslogtreecommitdiff
path: root/mailman/queue/virgin.py
Commit message (Collapse)AuthorAgeFilesLines
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-39/+0
| | | | correctly regardless of how it's used.
* Picking some (py)lint.Barry Warsaw2009-01-041-1/+0
|
* Bump copyright yearsBarry Warsaw2009-01-011-1/+1
|
* More test repairs. Fix a typo in the core mailman.cfg file.Barry Warsaw2009-01-011-3/+1
|
* Use my lazr.config megamerge branch for now, even though it's still underBarry Warsaw2008-12-231-1/+1
| | | | | | | | | | | | | | development. Completely rework the way switchboards and queue runners are initialized, i.e. driven from the configuration file instead of hard coded. The various queue runner directories are no longer available thorugh the config object directly. Get them from config.switchboards. Provide minimal mailman.cfg and testing.cfg configuration files. Neuter styles for now until they can be consolidated with lazr.config.
* Upgrade to GPLv3.Barry Warsaw2008-09-241-12/+12
|
* More fixes to get end-to-end delivery basically working.Barry Warsaw2008-03-301-11/+9
| | | | | | | | | | | | | | | - 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/+44