summaryrefslogtreecommitdiff
path: root/src/mailman/pipeline (follow)
Commit message (Expand)AuthorAgeFilesLines
* Restore the RFC 2369 headers to accepted list posts.Barry Warsaw2012-03-011-1/+18
* copybumpBarry Warsaw2012-01-0119-19/+19
* * Stop adding the X-BeenThere header.Barry Warsaw2011-11-064-275/+329
* Finally, all doctests are named .rstBarry Warsaw2011-09-2319-0/+0
* Remove all pylint vestiges.Barry Warsaw2011-08-0315-16/+0
* * The IMailingList attribute ``host_name`` has been renamed to ``mail_host``Barry Warsaw2011-06-162-3/+3
* Major terminology shift:Barry Warsaw2011-06-012-2/+2
* Rename 'queue' directory to 'runners' since not all subprocesses run a queue.Barry Warsaw2011-05-291-1/+1
* * bounce_unrecognized_goes_to_list_owner -> forward_unrecognized_bounces_to Barry Warsaw2011-05-252-13/+23
* Refactor .subscribe() from IAddress to IMailingList.Barry Warsaw2011-04-164-11/+11
* Reimplement wrap() using modern techniques, and finally get rid of Utils.py!Barry Warsaw2011-03-172-5/+4
* Utils.maketext() and Utils.findtext() are gone.Barry Warsaw2011-03-161-8/+10
* Cue Freddy Mercury. Another one bites the dust.Barry Warsaw2011-02-251-2/+1
* Move oneline() out of Utils.py.Barry Warsaw2011-02-253-3/+5
* Happy New Year.Barry Warsaw2011-01-0118-18/+18
* Because it was just to damn confusing, rename IAddress.address toBarry Warsaw2011-01-015-22/+33
* Fairly significant change to the way member and nonmember moderation occurs.Barry Warsaw2010-12-291-173/+0
* Upgrade from using the locknix package to using flufl.lock.Barry Warsaw2010-11-271-1/+1
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-083-9/+6
* * Allow X-Approved and X-Approve headers, equivalent to Approved andBarry Warsaw2010-09-202-7/+11
* More documentation updatesBarry Warsaw2010-09-102-6/+8
* More documentation updatesBarry Warsaw2010-09-101-34/+38
* More documentation updatesBarry Warsaw2010-09-103-39/+55
* More doc fixes.Barry Warsaw2010-09-095-44/+54
* More documentation improvements.Barry Warsaw2010-09-097-61/+76
* Many documentation fixes for better Sphinx output.Barry Warsaw2010-09-081-3/+4
* * A start to import of Mailman 2.1 config.pck files.Barry Warsaw2010-04-051-1/+1
* So long X-BeenThere, and thanks for all the fish.Barry Warsaw2010-02-161-30/+0
* Happy New Year.Barry Warsaw2010-01-0119-19/+19
* Pick lint. Down to 4137 lines of warnings.Barry Warsaw2009-12-1417-93/+109
* * Refactor the language manager off of the config object and into a utility.Barry Warsaw2009-12-101-2/+5
* Add a 'name' attribute to the Switchboards. This is so 'whichq' can be setBarry Warsaw2009-12-101-1/+1
* * Make IDomainManager a utility, since the config object is global.Barry Warsaw2009-12-081-2/+2
* Revert the last changes. Calculate size where needed.Barry Warsaw2009-12-051-2/+0
* The delivery agent requires that the message object have a .original_sizeBarry Warsaw2009-12-041-0/+2
* Refactor VERP calculation so that it's now in the outgoing queue instead ofBarry Warsaw2009-11-271-144/+10
* * The start of a conversion of bin/withlist to bin/mailman withlistBarry Warsaw2009-11-261-24/+0
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-1518-18/+19
* Cleanup.Barry Warsaw2009-11-0415-15/+0
* Move a module.Barry Warsaw2009-11-041-1/+1
* smtp_direct.py is dead and gone.Barry Warsaw2009-11-031-1/+1
* Fix all tests except outgoing.txt and common.txtBarry Warsaw2009-11-023-25/+5
* Add decorations.Barry Warsaw2009-11-018-24/+21
* recips -> recipientsBarry Warsaw2009-10-232-24/+24
* Remove the user_manager attribute from config.db and expose it as anBarry Warsaw2009-08-266-19/+36
* Test updates and repair.xoBarry Warsaw2009-08-2114-34/+60
* De-u-literal-ify our doctests.Barry Warsaw2009-07-1818-184/+201
* Wow. Put domains into the database.Barry Warsaw2009-07-161-4/+4
* When cleaning up the artifacts of a list being deleted, be more careful forBarry Warsaw2009-05-271-2/+3
* Refactor __import__'s into a separate utility module.Barry Warsaw2009-05-161-6/+5