summaryrefslogtreecommitdiff
path: root/src/mailman/queue/outgoing.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactor VERP calculation so that it's now in the outgoing queue instead ofBarry Warsaw2009-11-271-7/+25
| | | | | | the to-outgoing handler. Putting it in the latter means that more delivery vectors can take advantages of the same mechanisms. to-outgoing is now really simple (but is it simple enough?).
* smtp_direct.py is dead and gone.Barry Warsaw2009-11-031-8/+8
|
* Add decorations.Barry Warsaw2009-11-011-1/+1
| | | | s/recips/recipients/
* Refactor __import__'s into a separate utility module.Barry Warsaw2009-05-161-3/+3
|
* rsplit -> rpartitionBarry Warsaw2009-05-151-3/+3
|
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+130
correctly regardless of how it's used.