summaryrefslogtreecommitdiff
path: root/Mailman/Handlers
Commit message (Expand)AuthorAgeFilesLines
...
* do_child(): Move subjpref outside the if subj: test, otherwise abwarsaw2000-04-041-1/+1
* process(): Michael Yount writes to describe the handling of error codebwarsaw2000-04-031-1/+10
* Implementation of file queing on total or partial delivery failures.bwarsaw2000-03-281-7/+59
* pipeline_delivery(): factoring out common delivery code.bwarsaw2000-03-281-15/+23
* do_child(): Move the global import of our own copy of nntplib intobwarsaw2000-03-231-7/+3
* do_child(): set reader mode when creating the NNTP connection.bwarsaw2000-03-211-1/+5
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-2118-17/+32
* process(): Use only msg.GetSender() as the way to get the "author"bwarsaw2000-03-031-4/+2
* DeliverToUser(): 'fastrack' => 'fasttrack'bwarsaw2000-03-031-1/+1
* process(): 'fastrack' => 'fasttrack'. Elaborate the Reply-To: mungingbwarsaw2000-03-031-5/+10
* 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
* DeliverToList(): Added the Replybot module, just before the Holdbwarsaw2000-02-191-1/+3
* The handler module which actually does the auto-responding. A fewbwarsaw2000-02-191-0/+82
* process(): when checking mlist.posters, be sure to lowercase allbwarsaw2000-02-181-2/+2
* NotExplicitlyAllowed: New class to represent message hold conditionsbwarsaw2000-02-181-1/+13
* process(): When setting the 'Reply-To' header (note thebwarsaw2000-02-081-1/+1
* process(): Short-circuit return for when the list object attributebwarsaw2000-02-081-1/+1
* * X-BeenThere: headers were being overwritten every time they reachedhmeland2000-02-081-1/+6
* process(): If the message has a header like "X-Archive: No" (casebwarsaw2000-02-031-0/+4
* Digest.ComposeBaseHeaders(): Set the From: field of the digest messagebwarsaw2000-02-031-1/+1
* Need to import sysbwarsaw2000-01-211-0/+1
* process(): the envelope sender for the outgoing message, i.e. the SMTPbwarsaw2000-01-041-1/+2
* do_child(): catch and log nntplib.error_temp that can occur doing thebwarsaw1999-12-251-2/+9
* process(): Use only the From: field to get the name to stick in thebwarsaw1999-12-161-1/+8
* hold_for_approval(): When admin_immed_notify is false, the subjectbwarsaw1999-12-111-0/+1
* do_child(): contains all the code that the child processes perform.bwarsaw1999-12-101-76/+85
* If messages originate from Usenet, do not hold them for implicitbwarsaw1999-12-101-2/+6
* HandlerError: base class should be Errors.MailmanErrorbwarsaw1999-12-091-1/+2
* hold_for_approval(): Don't send the author of the message abwarsaw1999-12-091-1/+2
* process(): quick return if there are no recipients!bwarsaw1999-12-091-1/+6
* process(): quick return if there are no recipients!bwarsaw1999-12-091-0/+3
* Include len of msg.recips in log msgbwarsaw1999-12-021-1/+3
* Get DELIVERY_MODULE from mm_cfg.py. Makes for easier customization.bwarsaw1999-11-301-9/+4
* Present(): Need blank line after Content-description header so MIMEbwarsaw1999-11-301-0/+1
* Parameterize the message delivery module used.bwarsaw1999-11-301-2/+9
* Simple SMTP direct handoff of messages. This doesn't do DSN, nor doesbwarsaw1999-11-301-0/+67
* process(): Tack on the -f option to sendmail so that the envelopebwarsaw1999-11-261-1/+4
* Remove "x-pmrqc:" header which apparently Pegasus mail can use to minebwarsaw1999-11-251-0/+2
* filterfunc(): Uh, fixed this because the old way never actually caughtbwarsaw1999-11-241-1/+1
* hold_for_approval(): Do the sending of postheld notification to thebwarsaw1999-11-241-12/+17
* remove test values for KNOWN_SPAMMERSbwarsaw1999-11-241-5/+1
* docstringbwarsaw1999-11-241-2/+2
* Convert message delivery to pipeline architecture by usingbwarsaw1999-11-241-6/+8
* process() => DeliverToList()bwarsaw1999-11-241-1/+19
* First, because this module is going to modify the Sender: field forbwarsaw1999-11-241-6/+12
* Remove the ack_posts stuff, since this is now done in the Acknowledgebwarsaw1999-11-241-5/+2
* AcknowlegePosts => AcknowledgePostsbwarsaw1999-11-241-12/+17
* process(): Yikes! Don't calculate recipients if the msg objectbwarsaw1999-11-161-0/+4
* When adding the header and the footer, be sure to convert \r\n to justbwarsaw1999-11-121-2/+3