summaryrefslogtreecommitdiff
path: root/Mailman/docs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-2718-3406/+0
* The start of a cleaning up of Errors.py. Eventually, I want to get rid ofBarry Warsaw2008-02-191-1/+1
* Added a test for the built-in pipeline. Fixed some broken handler names inBarry Warsaw2008-02-171-0/+174
* Rename 'prep queue' to 'pipeline queue'.Barry Warsaw2008-02-081-5/+5
* Reorganize doctests, moving handler documentation into Mailman/handlers/docs.Barry Warsaw2008-01-2418-3462/+0
* Python 2.5's email package uses cStringIO in its feed parser, and this doesn'tBarry Warsaw2008-01-2413-69/+69
* Convert IncomingRunner to use the new chains disposition architecture. moveBarry Warsaw2008-02-025-533/+1
* SpamDetect is gone, so the chains/rules implementation experiment is deemed aBarry Warsaw2008-02-011-3/+0
* Port header matching previously described by the misnamed KNONW_SPAMMERSBarry Warsaw2008-01-262-80/+7
* More changes to rules and chains.Barry Warsaw2008-01-231-4/+7
* More updates to rules and chains, especially by adding additional tests.Barry Warsaw2008-01-213-224/+339
* Merge from trunk.Barry Warsaw2008-01-142-8/+21
|\
| * Add an interface IArchiver which is used to calculate urls and send messagesBarry Warsaw2008-01-132-8/+21
* | Extended test_documentation.py to be able to find doctests in subdirectoriesBarry Warsaw2008-01-0111-1077/+0
* | Add three new rules and their associated doctests.Barry Warsaw2007-12-302-0/+106
* | Move the suspicious header check to a rule and add a doctest.Barry Warsaw2007-12-292-37/+37
* | Add a rule and doctest for newsgroup moderation.Barry Warsaw2007-12-291-0/+38
* | Port the maximum message size check to a rule. Add doctest.Barry Warsaw2007-12-293-23/+42
* | Port the implicit destination checking to the rules infrastructure and add aBarry Warsaw2007-12-292-198/+239
* | Convert the max-recipients check from the Hold handler to the max_recipientsBarry Warsaw2007-12-292-23/+42
* | Convert the administrivia check from the Hold handler to the administriviaBarry Warsaw2007-12-292-21/+101
* | Add a rule to search for posting loops.Barry Warsaw2007-12-291-0/+50
* | Convert the Approve.py handler to an approved.py rule. Update the doctest toBarry Warsaw2007-12-291-128/+188
* | Change IRuleProcessor to IRuleSet. Plugins now provide only sets of rules,Barry Warsaw2007-12-271-28/+27
* | First cut at a rules processor, separate from the disposition of rule hits.Barry Warsaw2007-12-271-0/+112
|/
* Add .get() to our Message subclass, which ensures that returnedBarry Warsaw2007-12-104-89/+58
* Complete the port to Storm, at least as far as the current Mailman test suiteBarry Warsaw2007-11-174-91/+91
* All the simple test fixes are now in, and while there are still some failingBarry Warsaw2007-11-1010-49/+55
* More Unicodification; fixed several more doctests.Barry Warsaw2007-11-088-115/+115
* More Unicodification; fixed two more doctests.Barry Warsaw2007-11-089-180/+103
* Two more passing tests.Barry Warsaw2007-11-082-57/+41
* More doctest fixes.Barry Warsaw2007-11-083-41/+41
* Fix two more doctestsBarry Warsaw2007-11-0723-289/+104
* Fix two more doctestsBarry Warsaw2007-11-072-14/+9
* Fix two doctests: addresses.txt and mlist-addresses.txtBarry Warsaw2007-11-072-64/+52
* Fix two doctests: ack-headers and acknowledgment.Barry Warsaw2007-11-061-40/+23
* Target Mailman onto the Storm <http://storm.canonical.com> Python ORM. ThisBarry Warsaw2007-11-041-20/+5
* Much progress, though not perfect, on migrating to SQLAlchemy 0.4 and ElixirBarry Warsaw2007-10-313-6/+9
* Remove the action.py module, move this to Mailman/interfaces/__init__.py.Barry Warsaw2007-10-103-2/+83
* Reorganize the enums so that they live in the most appropriate interface. TheBarry Warsaw2007-10-098-14/+18
* Changes to support the Approved/Approve header with the new userBarry Warsaw2007-10-061-0/+418
* Reorganize the qrunner infrastructure. First, the package has been renamedBarry Warsaw2007-09-2916-21/+20
* Repair the test suite.Barry Warsaw2007-09-272-9/+0
* OMGW00T: After over a decade, the MailList mixin class is gone! Well,Barry Warsaw2007-09-218-16/+12
* InitTempVars() is completely eradicated. The only bit I think weBarry Warsaw2007-09-193-9/+2
* Finish clean up of ListAdmin class removal. Start by actuallyBarry Warsaw2007-09-162-40/+27
* Finish up the request hold conversion. ListAdmin can go away thoughBarry Warsaw2007-09-161-11/+172
* Work out subscription holding and handling. ApprovedAddMember() isBarry Warsaw2007-09-161-9/+245
* Support forwarding of held posts.Barry Warsaw2007-09-091-2/+22
* ListAdmin mostly gone, but not quite.Barry Warsaw2007-09-091-17/+350