| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bite the bullet: rename the Mailman package to mailman. | Barry Warsaw | 2008-02-27 | 1 | -48/+0 |
| | | |||||
| * | More changes to rules and chains. | Barry Warsaw | 2008-01-23 | 1 | -1/+2 |
| | | | | | | | | | | | | | | 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 | -5/+1 |
| | | | | | | | 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. | ||||
| * | Port the implicit destination checking to the rules infrastructure and add a | Barry Warsaw | 2007-12-29 | 1 | -1/+1 |
| | | | | | | | bunch of doctests. Note that the old Hold Notification tests are temporarily disabled as these will have to be rewritten when the rule matching logic gets added. | ||||
| * | Convert the max-recipients check from the Hold handler to the max_recipients | Barry Warsaw | 2007-12-29 | 1 | -0/+51 |
| rule. Add doctest as appropriate. | |||||
