summaryrefslogtreecommitdiff
path: root/src/mailman/rules/tests/test_approved.py
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* First massive round of cleanups.Barry Warsaw2016-03-231-14/+0
* Protect the approved rule against unknown charsetsAurélien Bompard2016-03-101-5/+24
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Fix the approved rule when there is no list passwordAurélien Bompard2015-11-211-0/+6
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-5/+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
|/
* 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-181-0/+74