| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bite the bullet: rename the Mailman package to mailman. | Barry Warsaw | 2008-02-27 | 1 | -66/+0 |
| | | |||||
| * | More changes to rules and chains. | Barry Warsaw | 2008-01-23 | 1 | -1/+3 |
| | | | | | | | | | | | | | | Now a link has a rule, action, chain, and function, not all of which needs to be specified. The action is a LinkAction enum adn specifies what to do should the rule match. The use of the chain or function depends on what the action is. Several interface changes now make it easier to jump to other chains, push (i.e. detour) to chains, etc. Rules can also now specify that they should not be recorded in X-* headers. Added a TruthRule which always matches. | ||||
| * | Extended test_documentation.py to be able to find doctests in subdirectories | Barry Warsaw | 2008-01-01 | 1 | -7/+2 |
| | | | | | | | called 'docs' anywhere under the Mailman package. Change the rule API to return rule classes not instances. Added the ChainJump enum, though this will likely change soon. | ||||
| * | Add three new rules and their associated doctests. | Barry Warsaw | 2007-12-30 | 1 | -0/+69 |
| - A rule that checks to see if the sender is a moderated member. - A rule that checks to see if the sender is a non-member. - A rule that checks to see if the message has no (or an empty) Subject. Give IMembers (and the associated database implementation) an `is_moderated` flag. | |||||
