summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/Replybot.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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