summaryrefslogtreecommitdiff
path: root/src/mailman/chains/hold.py
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Merge gitlab.com:mailman/mailman into to_moderatorsMark Sapiro2016-12-041-1/+1
|\
| * Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* | Remove to_moderatorsMark Sapiro2016-12-041-1/+1
|/
* Minor cleanup and test added.Barry Warsaw2016-11-251-1/+1
* Transmit the moderation reason to hold_message()Aurélien Bompard2016-11-251-1/+2
* Closes: #68Barry Warsaw2016-11-131-1/+1
* Issue 68: send messages to list moderators when tomoderators=TrueTom Briles2016-10-311-1/+1
* New template system. Closes #249Barry Warsaw2016-07-161-21/+27
* Don't use `flake8: noqa`.Barry Warsaw2016-04-011-4/+4
* Clean up the chains subdirectory.Barry Warsaw2016-03-241-16/+9
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Make sure that Pendables always have a typeAurélien Bompard2015-12-161-3/+2
* Closes #144Barry Warsaw2015-11-081-1/+6
* Fix the logging of the moderation reasonsAurélien Bompard2015-09-231-1/+1
* Implement reasons for why a message is being held for moderator approval.Barry Warsaw2015-05-111-13/+23
* * Remove the admindb url from the template so that the approveAbhilash Raj2015-04-151-1/+1
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-7/+3
* app/docs and app.tests all pass now.Barry Warsaw2014-12-151-1/+1
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * `passlib`_ is now used for all password hashing instead of flufl.password.Barry Warsaw2012-07-021-7/+3
* General code cleanup.Barry Warsaw2012-04-251-3/+3
* copybumpBarry Warsaw2012-01-011-1/+1
* * Fix AttributeError triggered by i18n call in autorespond_to_sender()Barry Warsaw2011-08-231-9/+9
* 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
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* 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
* Chains now fire Zope events in their _process() implementation.Barry Warsaw2010-02-161-1/+8
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* * 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-151-4/+3
* 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-251-0/+178