| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reorganize doctests, moving handler documentation into Mailman/handlers/docs. | Barry Warsaw | 2008-01-24 | 21 | -3176/+0 |
| * | Bye bye Hold handler. | Barry Warsaw | 2008-02-01 | 1 | -261/+0 |
| * | SpamDetect is gone, so the chains/rules implementation experiment is deemed a | Barry Warsaw | 2008-02-01 | 1 | -130/+0 |
| * | Port header matching previously described by the misnamed KNONW_SPAMMERS | Barry Warsaw | 2008-01-26 | 1 | -8/+0 |
| * | More updates to rules and chains, especially by adding additional tests. | Barry Warsaw | 2008-01-21 | 2 | -37/+1 |
| * | Merge from trunk. | Barry Warsaw | 2008-01-14 | 3 | -12/+21 |
| |\ |
|
| | * | Update copyright years. Change a plugin name. | Barry Warsaw | 2008-01-13 | 3 | -3/+3 |
| | * | Add an interface IArchiver which is used to calculate urls and send messages | Barry Warsaw | 2008-01-13 | 3 | -9/+18 |
| * | | Move the suspicious header check to a rule and add a doctest. | Barry Warsaw | 2007-12-29 | 1 | -10/+0 |
| * | | Add a rule and doctest for newsgroup moderation. | Barry Warsaw | 2007-12-29 | 1 | -4/+0 |
| * | | Port the maximum message size check to a rule. Add doctest. | Barry Warsaw | 2007-12-29 | 1 | -16/+0 |
| * | | Port the implicit destination checking to the rules infrastructure and add a | Barry Warsaw | 2007-12-29 | 1 | -11/+1 |
| * | | Convert the max-recipients check from the Hold handler to the max_recipients | Barry Warsaw | 2007-12-29 | 1 | -9/+0 |
| * | | Convert the administrivia check from the Hold handler to the administrivia | Barry Warsaw | 2007-12-29 | 1 | -5/+0 |
| * | | Convert the Approve.py handler to an approved.py rule. Update the doctest to | Barry Warsaw | 2007-12-29 | 1 | -116/+0 |
| |/ |
|
| * | Convert to the Storm Python ORM <storm.canonical.com>. There were several | Barry Warsaw | 2007-11-18 | 2 | -8/+4 |
| |\ |
|
| | * | Initial pylint/pyflakes cleanup | Barry Warsaw | 2007-11-17 | 2 | -6/+3 |
| | * | Complete the port to Storm, at least as far as the current Mailman test suite | Barry Warsaw | 2007-11-17 | 1 | -2/+1 |
| * | | - Scrubber.py | Mark Sapiro | 2007-11-06 | 1 | -5/+6 |
| |/ |
|
| * | Much progress, though not perfect, on migrating to SQLAlchemy 0.4 and Elixir | Barry Warsaw | 2007-10-31 | 1 | -4/+3 |
| * | General cleanups some of which is even tested <wink>. Mailman.LockFile module | Barry Warsaw | 2007-10-10 | 1 | -7/+4 |
| * | Remove the action.py module, move this to Mailman/interfaces/__init__.py. | Barry Warsaw | 2007-10-10 | 3 | -6/+8 |
| * | Reorganize the enums so that they live in the most appropriate interface. The | Barry Warsaw | 2007-10-09 | 3 | -3/+3 |
| * | Changes to support the Approved/Approve header with the new user | Barry Warsaw | 2007-10-06 | 1 | -38/+26 |
| * | Reorganize the qrunner infrastructure. First, the package has been renamed | Barry Warsaw | 2007-09-29 | 5 | -10/+10 |
| * | Removed a bunch of files that are obsolete. The interfaces are all folded | Barry Warsaw | 2007-09-27 | 1 | -1/+0 |
| * | OMGW00T: After over a decade, the MailList mixin class is gone! Well, | Barry Warsaw | 2007-09-21 | 5 | -14/+22 |
| * | Implement a context manager for Python 2.5's with statement, which is | Barry Warsaw | 2007-09-19 | 2 | -10/+6 |
| * | Finish clean up of ListAdmin class removal. Start by actually | Barry Warsaw | 2007-09-16 | 1 | -1/+2 |
| * | Refactor IDatabase interface so that the user_manager, list_manager, | Barry Warsaw | 2007-08-02 | 1 | -2/+2 |
| * | Repair some test suite regressions. | Barry Warsaw | 2007-08-01 | 1 | -5/+15 |
| * | Move the pending database into the SQLAlchemy/Elixir layer. The old | Barry Warsaw | 2007-08-01 | 3 | -21/+21 |
| * | The start of a setuptools conversion. All the Makefile.in and autoconf | Barry Warsaw | 2007-07-13 | 1 | -70/+0 |
| * | Convert the Scrubber test to a doctest, and fix Scrubber.py, but otherwise | Barry Warsaw | 2007-07-12 | 1 | -13/+14 |
| * | Convert ToArchive tests to doctests and do a minimal amount of handler module | Barry Warsaw | 2007-07-11 | 1 | -4/+1 |
| * | Conversion of the ToDigest tests to doctests, along with just enough handler | Barry Warsaw | 2007-07-10 | 1 | -24/+36 |
| * | Convert ToOutgoing handler to a doctest. Minor cleanup of the handler code to | Barry Warsaw | 2007-07-08 | 1 | -1/+1 |
| * | Convert TestHold to a doctest and update code as necessary. No general | Barry Warsaw | 2007-07-03 | 1 | -8/+13 |
| * | Convert TestFileRecips to a doctest, and update the handler to more modern | Barry Warsaw | 2007-07-02 | 1 | -14/+11 |
| * | merging 3.0 | Barry Warsaw | 2007-06-22 | 1 | -12/+16 |
| |\ |
|
| | * | Scrubber.py - Malformed RFC 2047 encoded filename= parameter can have | Mark Sapiro | 2007-06-22 | 1 | -12/+16 |
| * | | Convert the AvoidDuplicates handler tests to a doctest. Well, | Barry Warsaw | 2007-06-21 | 1 | -32/+34 |
| * | | Convert the CookHeaders tests in test_handlers to using doctests, split up | Barry Warsaw | 2007-06-21 | 1 | -25/+21 |
| * | | Convert the Cleanse handler tests to doctest style. | Barry Warsaw | 2007-06-19 | 1 | -3/+3 |
| * | | Convert the tests for the CalcRecips handler to doc tests. There are | Barry Warsaw | 2007-06-19 | 1 | -19/+11 |
| * | | Convert the AfterDelivery handler test to a doctest. Also, change the | Barry Warsaw | 2007-06-18 | 1 | -2/+2 |
| * | | Remove both the model and interface for RosterSets. These are no longer used | Barry Warsaw | 2007-06-18 | 1 | -11/+11 |
| |/ |
|
| * | Improved processing of an Approve(d): body line by decoding the body payload | msapiro | 2007-06-09 | 1 | -5/+21 |
| * | Add doctest for Replybot handler. The test in test_handlers.py didn't really | bwarsaw | 2007-05-31 | 1 | -27/+14 |
| * | Go ahead and remove the Mailman/database/tables directory since all the Elixir | bwarsaw | 2007-05-30 | 1 | -38/+25 |