summaryrefslogtreecommitdiff
path: root/src/mailman/chains (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2013-01-0112-12/+12
* ConfigurationBarry Warsaw2012-11-041-3/+2
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-311-4/+2
* * `passlib`_ is now used for all password hashing instead of flufl.password.Barry Warsaw2012-07-029-68/+32
* General code cleanup.Barry Warsaw2012-04-255-23/+18
* * Header check specifications in the `mailman.cfg` file have changed quiteBarry Warsaw2012-04-062-59/+181
* Add a simple owner processing chain.Barry Warsaw2012-03-223-2/+132
* * Mailing lists get multiple chains and pipelines. For example, normalBarry Warsaw2012-03-072-6/+6
* Consistent use of assertMultiLineEqual().Barry Warsaw2012-03-061-3/+2
* copybumpBarry Warsaw2012-01-019-9/+9
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-301-8/+0
* * Local timezone in X-Mailman-Approved-At caused test failure. (LP: #832404)Barry Warsaw2011-08-231-1/+5
* * Fix AttributeError triggered by i18n call in autorespond_to_sender()Barry Warsaw2011-08-233-9/+110
* * Moderating a message with Action.accept now sends the message. (LP: #827697)Barry Warsaw2011-08-221-1/+1
* Complete bug 827036 work.Barry Warsaw2011-08-171-0/+0
* Major terminology shift:Barry Warsaw2011-06-011-1/+1
* Reimplement wrap() using modern techniques, and finally get rid of Utils.py!Barry Warsaw2011-03-171-2/+1
* Utils.maketext() and Utils.findtext() are gone.Barry Warsaw2011-03-161-15/+18
* Move oneline() out of Utils.py.Barry Warsaw2011-02-251-1/+2
* Split member and nonmember moderation.Barry Warsaw2011-01-023-19/+77
* Happy New Year.Barry Warsaw2011-01-018-8/+8
* Fairly significant change to the way member and nonmember moderation occurs.Barry Warsaw2010-12-293-62/+80
* Clean up from the previous commit.Barry Warsaw2010-12-281-0/+0
* This is part 1 of the merge of Jimmy Bergman's branchBarry Warsaw2010-12-285-2/+251
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-081-3/+3
* No longer touch the Sender or Errors-To headers. We can no longer justifyBarry Warsaw2010-06-291-1/+0
* So long X-BeenThere, and thanks for all the fish.Barry Warsaw2010-02-161-3/+3
* Chains now fire Zope events in their _process() implementation.Barry Warsaw2010-02-165-6/+59
* Happy New Year.Barry Warsaw2010-01-017-7/+7
* * Refactor the language manager off of the config object and into a utility.Barry Warsaw2009-12-101-2/+4
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-156-9/+8
* As before, replace config.db.requests and config.db.pendings with utilities.Barry Warsaw2009-08-261-2/+2
* Remove the user_manager attribute from config.db and expose it as anBarry Warsaw2009-08-261-2/+5
* Refactor.Barry Warsaw2009-02-191-3/+63
* Eradicate hold_and_cmd_autoresponses.Barry Warsaw2009-02-171-1/+2
* Much clean up of the language code, though more can be done. Factor out theBarry Warsaw2009-02-121-8/+8
* Move mailman.Message to mailman.email.Message. Rename Message.get_sender() toBarry Warsaw2009-02-091-8/+8
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-258-0/+706