summaryrefslogtreecommitdiff
path: root/Mailman/app/rules.py
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-42/+0
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
* SpamDetect is gone, so the chains/rules implementation experiment is deemed aBarry Warsaw2008-02-011-20/+1
* More changes to rules and chains.Barry Warsaw2008-01-231-0/+20
* More updates to rules and chains, especially by adding additional tests.Barry Warsaw2008-01-211-1/+7
* Use a more efficient way of deleting rows from a table, which coincidentallyBarry Warsaw2008-01-141-39/+10
* Fix the rule api once more so that while rules themselves are still classes,Barry Warsaw2008-01-011-2/+2
* Extended test_documentation.py to be able to find doctests in subdirectoriesBarry Warsaw2008-01-011-2/+2
* Convert the Approve.py handler to an approved.py rule. Update the doctest toBarry Warsaw2007-12-291-2/+20
* Change IRuleProcessor to IRuleSet. Plugins now provide only sets of rules,Barry Warsaw2007-12-271-6/+17
* First cut at a rules processor, separate from the disposition of rule hits.Barry Warsaw2007-12-271-0/+35