| Commit message (Expand) | Author | Age | Files | Lines |
| * | Convert the max-recipients check from the Hold handler to the max_recipients | Barry Warsaw | 2007-12-29 | 4 | -32/+93 |
| * | Convert the administrivia check from the Hold handler to the administrivia | Barry Warsaw | 2007-12-29 | 7 | -86/+206 |
| * | Add a rule to search for posting loops. | Barry Warsaw | 2007-12-29 | 4 | -1/+100 |
| * | Convert the Approve.py handler to an approved.py rule. Update the doctest to | Barry Warsaw | 2007-12-29 | 6 | -248/+330 |
| * | Change IRuleProcessor to IRuleSet. Plugins now provide only sets of rules, | Barry Warsaw | 2007-12-27 | 4 | -57/+52 |
| * | First cut at a rules processor, separate from the disposition of rule hits. | Barry Warsaw | 2007-12-27 | 8 | -6/+349 |
| * | Add .get() to our Message subclass, which ensures that returned | Barry Warsaw | 2007-12-10 | 11 | -383/+340 |
| * | Reorganize the database subpackage, primarily by removing the 'model' | Barry Warsaw | 2007-12-08 | 28 | -184/+146 |
| * | This one took care of itself. :) | Barry Warsaw | 2007-11-18 | 1 | -2/+0 |
| * | Convert to the Storm Python ORM <storm.canonical.com>. There were several | Barry Warsaw | 2007-11-18 | 74 | -1394/+1404 |
| |\ |
|
| | * | Merge cleanup branch | Barry Warsaw | 2007-11-17 | 11 | -28/+29 |
| | |\ |
|
| | | * | Initial pylint/pyflakes cleanup | Barry Warsaw | 2007-11-17 | 11 | -28/+27 |
| | |/ |
|
| | * | Complete the port to Storm, at least as far as the current Mailman test suite | Barry Warsaw | 2007-11-17 | 8 | -118/+129 |
| | * | All the simple test fixes are now in, and while there are still some failing | Barry Warsaw | 2007-11-10 | 16 | -87/+109 |
| | * | More Unicodification; fixed several more doctests. | Barry Warsaw | 2007-11-08 | 12 | -129/+146 |
| | * | More Unicodification; fixed two more doctests. | Barry Warsaw | 2007-11-08 | 15 | -207/+139 |
| | * | Two more passing tests. | Barry Warsaw | 2007-11-08 | 4 | -61/+47 |
| | * | More doctest fixes. | Barry Warsaw | 2007-11-08 | 4 | -42/+43 |
| | * | Fix two more doctests | Barry Warsaw | 2007-11-07 | 24 | -289/+108 |
| | * | 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 | 8 | -96/+85 |
| | * | Fix two doctests: ack-headers and acknowledgment. | Barry Warsaw | 2007-11-06 | 10 | -70/+72 |
| | * | Target Mailman onto the Storm <http://storm.canonical.com> Python ORM. This | Barry Warsaw | 2007-11-04 | 22 | -294/+529 |
| * | | Mailman/Bouncers/SMTP32.py - Added a recognition. Improved address pattern. | Mark Sapiro | 2007-11-11 | 3 | -6/+11 |
| * | | Added a test message. | Mark Sapiro | 2007-11-11 | 1 | -0/+81 |
| * | | Changed file format from dos to unix as needed | Mark Sapiro | 2007-11-11 | 14 | -1721/+1721 |
| * | | Fixed Mailman/queue/command.py to decode a quoted-printable or base64 | Mark Sapiro | 2007-11-09 | 1 | -1/+1 |
| * | | - Scrubber.py | Mark Sapiro | 2007-11-06 | 1 | -5/+6 |
| |/ |
|
| * | Kill of another now unnecessary append(), fixing the users.txt doctest. | Barry Warsaw | 2007-10-31 | 1 | -1/+0 |
| * | Elixir 0.4.0 has a bug that bites us. | Barry Warsaw | 2007-10-31 | 1 | -1/+1 |
| * | more ignores | Barry Warsaw | 2007-10-31 | 1 | -0/+2 |
| * | Much progress, though not perfect, on migrating to SQLAlchemy 0.4 and Elixir | Barry Warsaw | 2007-10-31 | 39 | -1022/+431 |
| * | General cleanups some of which is even tested <wink>. Mailman.LockFile module | Barry Warsaw | 2007-10-10 | 20 | -289/+111 |
| * | Remove the action.py module, move this to Mailman/interfaces/__init__.py. | Barry Warsaw | 2007-10-10 | 16 | -68/+156 |
| * | Reorganize the enums so that they live in the most appropriate interface. The | Barry Warsaw | 2007-10-09 | 25 | -90/+121 |
| * | merge upstream | Barry Warsaw | 2007-10-06 | 1 | -2/+1 |
| |\ |
|
| | * | Remove an unnecessary (and now broken) import. | Barry Warsaw | 2007-10-05 | 1 | -2/+1 |
| * | | Changes to support the Approved/Approve header with the new user | Barry Warsaw | 2007-10-06 | 4 | -156/+445 |
| * | | Remove unused test base class and add a standalone SMTP proxy script. | Barry Warsaw | 2007-10-03 | 2 | -106/+91 |
| |/ |
|
| * | Eradicate mm_cfg.py | Barry Warsaw | 2007-09-29 | 4 | -62/+11 |
| * | Reorganize the qrunner infrastructure. First, the package has been renamed | Barry Warsaw | 2007-09-29 | 54 | -126/+564 |
| * | qrunner, mailmanctl and various other repairs. | Barry Warsaw | 2007-09-29 | 8 | -34/+46 |
| * | Repair the test suite. | Barry Warsaw | 2007-09-27 | 5 | -15/+1 |
| * | Removed a bunch of files that are obsolete. The interfaces are all folded | Barry Warsaw | 2007-09-27 | 22 | -1688/+402 |
| * | OMGW00T: After over a decade, the MailList mixin class is gone! Well, | Barry Warsaw | 2007-09-21 | 26 | -319/+424 |
| * | Get bin/add_members and bin/list_members to work again (for the most | Barry Warsaw | 2007-09-20 | 6 | -118/+88 |
| * | InitTempVars() is completely eradicated. The only bit I think we | Barry Warsaw | 2007-09-19 | 6 | -70/+16 |
| * | Implement a context manager for Python 2.5's with statement, which is | Barry Warsaw | 2007-09-19 | 14 | -114/+64 |
| * | Add my short term TODO list. | Barry Warsaw | 2007-09-16 | 1 | -0/+17 |
| * | Finish clean up of ListAdmin class removal. Start by actually | Barry Warsaw | 2007-09-16 | 5 | -535/+42 |