summaryrefslogtreecommitdiff
path: root/src/mailman/rules/tests
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2015-01-042-2/+2
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-222-8/+1
* Trunk merge.Barry Warsaw2014-12-221-0/+33
|\
| * * Fixed messages without a `text/plain` part crashing the `Approved` rule.Barry Warsaw2014-12-031-0/+32
| |\
| | * Emails without a text/plain part crash the Approved ruleAurélien Bompard2014-11-301-0/+31
| |/
* / Fix the approved rule. Don't decode the payload so that we get a unicode toBarry Warsaw2014-12-081-5/+5
|/
* * Fix non-member moderation rule to prefer a member sender if both membersBarry Warsaw2014-03-151-0/+78
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* ConfigurationBarry Warsaw2012-11-041-2/+2
* * `passlib`_ is now used for all password hashing instead of flufl.password.Barry Warsaw2012-07-021-4/+85
* Replace flufl.password with passlib, albeit with a wrapper.Barry Warsaw2012-06-271-9/+4
* * A mailing list's *moderator password* is no longer stored in the clear; itBarry Warsaw2012-04-041-2/+356
* * Fixed a UnicodeError with non-ascii message bodies in the `approved` rule,Barry Warsaw2012-04-041-16/+5
* * Added a unit test for rules/approved.pyMark Sapiro2012-03-182-0/+74