summaryrefslogtreecommitdiff
path: root/Mailman/rules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-2728-2125/+0
* Make the import of Mailman.configuration.config explicit in doctests.Barry Warsaw2008-02-261-0/+1
* 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
* Python 2.5's email package uses cStringIO in its feed parser, and this doesn'tBarry Warsaw2008-01-2410-28/+28
* SpamDetect is gone, so the chains/rules implementation experiment is deemed aBarry Warsaw2008-02-013-0/+107
* Port header matching previously described by the misnamed KNONW_SPAMMERSBarry Warsaw2008-01-262-2/+91
* More changes to rules and chains.Barry Warsaw2008-01-2314-26/+39
* More updates to rules and chains, especially by adding additional tests.Barry Warsaw2008-01-2113-91/+116
* Use a more efficient way of deleting rows from a table, which coincidentallyBarry Warsaw2008-01-142-44/+61
* Fix the rule api once more so that while rules themselves are still classes,Barry Warsaw2008-01-012-6/+9
* Extended test_documentation.py to be able to find doctests in subdirectoriesBarry Warsaw2008-01-0123-60/+1093
* Add three new rules and their associated doctests.Barry Warsaw2007-12-302-0/+114
* Move the suspicious header check to a rule and add a doctest.Barry Warsaw2007-12-291-0/+96
* Add a rule and doctest for newsgroup moderation.Barry Warsaw2007-12-291-0/+46
* Port the maximum message size check to a rule. Add doctest.Barry Warsaw2007-12-292-1/+49
* Port the implicit destination checking to the rules infrastructure and add aBarry Warsaw2007-12-292-1/+100
* No executableBarry Warsaw2007-12-291-0/+0
* Convert the max-recipients check from the Hold handler to the max_recipientsBarry Warsaw2007-12-291-0/+51
* Convert the administrivia check from the Hold handler to the administriviaBarry Warsaw2007-12-291-0/+102
* Add a rule to search for posting loops.Barry Warsaw2007-12-293-1/+50
* Convert the Approve.py handler to an approved.py rule. Update the doctest toBarry Warsaw2007-12-292-1/+120
* 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-272-0/+119