summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/CalcRecips.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize doctests, moving handler documentation into Mailman/handlers/docs.Barry Warsaw2008-01-241-128/+0
* Reorganize the enums so that they live in the most appropriate interface. TheBarry Warsaw2007-10-091-1/+1
* Convert the tests for the CalcRecips handler to doc tests. There areBarry Warsaw2007-06-191-19/+11
* Update copyright years.bwarsaw2007-01-191-1/+1
* Fix test_message.py by finishing the wind-through of the configuration objectbwarsaw2006-07-081-6/+6
* - Cgi/options.py - fixed to not present the "empty" topic to user.msapiro2006-05-171-0/+4
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-10/+9
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* do_topic_filters(): Rearrange if clauses for clarity.bwarsaw2002-04-111-18/+17
* Update copyright years.bwarsaw2002-03-161-1/+1
* process(): Use getDeliveryStatus().bwarsaw2001-12-191-1/+2
* process(): Forgot to include a realname local var.bwarsaw2001-10-221-0/+1
* RejectUrgentMessage: Remove this since the base class, RejectMessage,bwarsaw2001-10-091-22/+5
* Convert from mimelib to email.bwarsaw2001-10-011-3/+4
* cosmeticbwarsaw2001-08-031-1/+0
* do_topic_filters(): Another step towards conversion to MemberAdaptorbwarsaw2001-07-291-2/+2
* process(): Fixed typo (should have been "getMemberOption" notbwarsaw2001-07-191-1/+1
* process(): Use the MemberAdaptor API. Also, call do_topic_filters()bwarsaw2001-07-191-17/+65
* Added support for an Urgent: header, which should contain a passwordbwarsaw2001-07-101-0/+47
* Conversion to mimelib.bwarsaw2001-02-151-7/+7
* process(): List comprehensions are fun!bwarsaw2000-12-201-4/+2
* Many changes to make message delivery more robust in the face ofbwarsaw2000-05-081-5/+5
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* Remove the ack_posts stuff, since this is now done in the Acknowledgebwarsaw1999-11-241-5/+2
* process(): Yikes! Don't calculate recipients if the msg objectbwarsaw1999-11-161-0/+4
* New pipeline delivery modulebwarsaw1999-11-101-0/+55