| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bite the bullet: rename the Mailman package to mailman. | Barry Warsaw | 2008-02-27 | 18 | -3406/+0 |
| * | The start of a cleaning up of Errors.py. Eventually, I want to get rid of | Barry Warsaw | 2008-02-19 | 1 | -1/+1 |
| * | Added a test for the built-in pipeline. Fixed some broken handler names in | Barry Warsaw | 2008-02-17 | 1 | -0/+174 |
| * | Rename 'prep queue' to 'pipeline queue'. | Barry Warsaw | 2008-02-08 | 1 | -5/+5 |
| * | Reorganize doctests, moving handler documentation into Mailman/handlers/docs. | Barry Warsaw | 2008-01-24 | 18 | -3462/+0 |
| * | Python 2.5's email package uses cStringIO in its feed parser, and this doesn't | Barry Warsaw | 2008-01-24 | 13 | -69/+69 |
| * | Convert IncomingRunner to use the new chains disposition architecture. move | Barry Warsaw | 2008-02-02 | 5 | -533/+1 |
| * | SpamDetect is gone, so the chains/rules implementation experiment is deemed a | Barry Warsaw | 2008-02-01 | 1 | -3/+0 |
| * | Port header matching previously described by the misnamed KNONW_SPAMMERS | Barry Warsaw | 2008-01-26 | 2 | -80/+7 |
| * | More changes to rules and chains. | Barry Warsaw | 2008-01-23 | 1 | -4/+7 |
| * | More updates to rules and chains, especially by adding additional tests. | Barry Warsaw | 2008-01-21 | 3 | -224/+339 |
| * | Merge from trunk. | Barry Warsaw | 2008-01-14 | 2 | -8/+21 |
| |\ |
|
| | * | Add an interface IArchiver which is used to calculate urls and send messages | Barry Warsaw | 2008-01-13 | 2 | -8/+21 |
| * | | Extended test_documentation.py to be able to find doctests in subdirectories | Barry Warsaw | 2008-01-01 | 11 | -1077/+0 |
| * | | Add three new rules and their associated doctests. | Barry Warsaw | 2007-12-30 | 2 | -0/+106 |
| * | | Move the suspicious header check to a rule and add a doctest. | Barry Warsaw | 2007-12-29 | 2 | -37/+37 |
| * | | Add a rule and doctest for newsgroup moderation. | Barry Warsaw | 2007-12-29 | 1 | -0/+38 |
| * | | Port the maximum message size check to a rule. Add doctest. | Barry Warsaw | 2007-12-29 | 3 | -23/+42 |
| * | | Port the implicit destination checking to the rules infrastructure and add a | Barry Warsaw | 2007-12-29 | 2 | -198/+239 |
| * | | Convert the max-recipients check from the Hold handler to the max_recipients | Barry Warsaw | 2007-12-29 | 2 | -23/+42 |
| * | | Convert the administrivia check from the Hold handler to the administrivia | Barry Warsaw | 2007-12-29 | 2 | -21/+101 |
| * | | Add a rule to search for posting loops. | Barry Warsaw | 2007-12-29 | 1 | -0/+50 |
| * | | Convert the Approve.py handler to an approved.py rule. Update the doctest to | Barry Warsaw | 2007-12-29 | 1 | -128/+188 |
| * | | Change IRuleProcessor to IRuleSet. Plugins now provide only sets of rules, | Barry Warsaw | 2007-12-27 | 1 | -28/+27 |
| * | | First cut at a rules processor, separate from the disposition of rule hits. | Barry Warsaw | 2007-12-27 | 1 | -0/+112 |
| |/ |
|
| * | Add .get() to our Message subclass, which ensures that returned | Barry Warsaw | 2007-12-10 | 4 | -89/+58 |
| * | Complete the port to Storm, at least as far as the current Mailman test suite | Barry Warsaw | 2007-11-17 | 4 | -91/+91 |
| * | All the simple test fixes are now in, and while there are still some failing | Barry Warsaw | 2007-11-10 | 10 | -49/+55 |
| * | More Unicodification; fixed several more doctests. | Barry Warsaw | 2007-11-08 | 8 | -115/+115 |
| * | More Unicodification; fixed two more doctests. | Barry Warsaw | 2007-11-08 | 9 | -180/+103 |
| * | Two more passing tests. | Barry Warsaw | 2007-11-08 | 2 | -57/+41 |
| * | More doctest fixes. | Barry Warsaw | 2007-11-08 | 3 | -41/+41 |
| * | Fix two more doctests | Barry Warsaw | 2007-11-07 | 23 | -289/+104 |
| * | Fix two more doctests | Barry Warsaw | 2007-11-07 | 2 | -14/+9 |
| * | Fix two doctests: addresses.txt and mlist-addresses.txt | Barry Warsaw | 2007-11-07 | 2 | -64/+52 |
| * | Fix two doctests: ack-headers and acknowledgment. | Barry Warsaw | 2007-11-06 | 1 | -40/+23 |
| * | Target Mailman onto the Storm <http://storm.canonical.com> Python ORM. This | Barry Warsaw | 2007-11-04 | 1 | -20/+5 |
| * | Much progress, though not perfect, on migrating to SQLAlchemy 0.4 and Elixir | Barry Warsaw | 2007-10-31 | 3 | -6/+9 |
| * | Remove the action.py module, move this to Mailman/interfaces/__init__.py. | Barry Warsaw | 2007-10-10 | 3 | -2/+83 |
| * | Reorganize the enums so that they live in the most appropriate interface. The | Barry Warsaw | 2007-10-09 | 8 | -14/+18 |
| * | Changes to support the Approved/Approve header with the new user | Barry Warsaw | 2007-10-06 | 1 | -0/+418 |
| * | Reorganize the qrunner infrastructure. First, the package has been renamed | Barry Warsaw | 2007-09-29 | 16 | -21/+20 |
| * | Repair the test suite. | Barry Warsaw | 2007-09-27 | 2 | -9/+0 |
| * | OMGW00T: After over a decade, the MailList mixin class is gone! Well, | Barry Warsaw | 2007-09-21 | 8 | -16/+12 |
| * | InitTempVars() is completely eradicated. The only bit I think we | Barry Warsaw | 2007-09-19 | 3 | -9/+2 |
| * | Finish clean up of ListAdmin class removal. Start by actually | Barry Warsaw | 2007-09-16 | 2 | -40/+27 |
| * | Finish up the request hold conversion. ListAdmin can go away though | Barry Warsaw | 2007-09-16 | 1 | -11/+172 |
| * | Work out subscription holding and handling. ApprovedAddMember() is | Barry Warsaw | 2007-09-16 | 1 | -9/+245 |
| * | Support forwarding of held posts. | Barry Warsaw | 2007-09-09 | 1 | -2/+22 |
| * | ListAdmin mostly gone, but not quite. | Barry Warsaw | 2007-09-09 | 1 | -17/+350 |