summaryrefslogtreecommitdiff
path: root/src/mailman/pipeline (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename the src/mailman/pipeline directory to src/mailman/handlers since that'sBarry Warsaw2012-03-2340-5507/+0
* Adjustments after landing the nopipermail branch.Barry Warsaw2012-03-171-2/+1
* Merge the Pipermail eradication branch. The scrubber is also removed.Barry Warsaw2012-03-177-828/+260
|\
| * * Pipermail has been eradicated.Barry Warsaw2012-03-166-805/+258
| * Eradicate Pipermail. Everything but the scrubber test works. That will takeBarry Warsaw2012-03-152-31/+10
* | Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-157-40/+41
|/
* * The LMTP server now requires that the incoming message have a `Message-ID`,Barry Warsaw2012-03-132-2/+2
* Clean up a few documentation issues.Barry Warsaw2012-03-121-2/+1
* Fix a typo in guess_extension(), and add a test.Barry Warsaw2012-03-053-3/+48
* Fix header/footer interpolations when personalizing messages.Barry Warsaw2012-03-051-14/+9
* Template indirection now also in effect for regular and digest headers andBarry Warsaw2012-03-042-39/+108
* 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