summaryrefslogtreecommitdiff
path: root/Mailman/rules/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-50/+0
* Reorganize the Handler architecture to a pipeline architecture with plugins.Barry Warsaw2008-02-171-1/+1
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
* Use a more efficient way of deleting rows from a table, which coincidentallyBarry Warsaw2008-01-141-44/+21
* Fix the rule api once more so that while rules themselves are still classes,Barry Warsaw2008-01-011-3/+7
* Extended test_documentation.py to be able to find doctests in subdirectoriesBarry Warsaw2008-01-011-3/+3
* No executableBarry Warsaw2007-12-291-0/+0
* Change IRuleProcessor to IRuleSet. Plugins now provide only sets of rules,Barry Warsaw2007-12-271-13/+7
* First cut at a rules processor, separate from the disposition of rule hits.Barry Warsaw2007-12-271-0/+75