summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/Replybot.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize doctests, moving handler documentation into Mailman/handlers/docs.Barry Warsaw2008-01-241-111/+0
* OMGW00T: After over a decade, the MailList mixin class is gone! Well,Barry Warsaw2007-09-211-3/+5
* Add doctest for Replybot handler. The test in test_handlers.py didn't reallybwarsaw2007-05-311-27/+14
* Update copyright years.bwarsaw2007-01-191-1/+1
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-8/+10
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* process(): Don't attempt to use the To field of the posted message inbwarsaw2003-03-211-3/+3
* process(): I don't think that logging the short circuit to logs/vettebwarsaw2002-10-151-9/+12
* process(): toadmin and the -admin address are deprecated.bwarsaw2002-05-221-4/+5
* process(): Inhibit replybot when Precedence: is any of bulk, junk, orbwarsaw2002-05-221-1/+2
* process(), _dispose(): Where we were testing Precedence: againstbwarsaw2002-05-191-2/+2
* process(): Don't replybot to messages that have "Precedence: bulk" butbwarsaw2002-05-171-1/+6
* GetAdminEmail() eradication campaign.bwarsaw2002-03-261-1/+1
* GetAdminEmail() eradication campaign.bwarsaw2002-03-261-1/+1
* process(): When the mailing list object has a true attributebwarsaw2002-02-231-0/+3
* process(), hold_for_approval(), do_discard(): When creating thebwarsaw2002-02-111-2/+2
* process(): Be much more careful about bogus source strings for thebwarsaw2001-07-131-13/+14
* Mark some more strings as translatable.bwarsaw2001-03-021-4/+6
* Conversion to mimelib.bwarsaw2001-02-151-10/+10
* process(): Get rid of the string module in favor of string methods.bwarsaw2000-12-201-5/+6
* Removed debugging cruft.bwarsaw2000-09-181-1/+0
* process(): Do not send autoreplies to messages that have 'noack' setbwarsaw2000-09-181-1/+2
* process(): Local patch for SF bug# 109220; if the autoresponse textbwarsaw2000-08-021-1/+10
* process(): Be sure to wrap() the autoresponse text, since it's goingbwarsaw2000-07-241-1/+1
* process(): Treat the -admin and -owner addresses as equivalent forbwarsaw2000-07-221-3/+5
* Many changes to make message delivery more robust in the face ofbwarsaw2000-05-081-19/+20
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* process(): had the shutcut return logic slightly offbwarsaw2000-02-261-1/+1
* process(): Added support for autoresponding to the -request address.bwarsaw2000-02-261-5/+14
* The handler module which actually does the auto-responding. A fewbwarsaw2000-02-191-0/+82