summaryrefslogtreecommitdiff
path: root/Mailman/Handlers
Commit message (Expand)AuthorAgeFilesLines
...
* process(): Implementation of RFC 2369, inspired by zedboy's (Darrellbwarsaw2000-09-201-26/+41
* do_child(): Unconditionally munge the Message-ID: header to somethingbwarsaw2000-09-191-3/+3
* Removed debugging cruft.bwarsaw2000-09-181-1/+0
* DeliverToUser(): Since most calls to this function are on internallybwarsaw2000-09-181-0/+1
* process(): Do not send autoreplies to messages that have 'noack' setbwarsaw2000-09-181-1/+2
* Do not set the List-Id: header if the msgdata contains the volatilebwarsaw2000-09-151-1/+1
* inject_digest(): Only send a mime digest if there actually are mimebwarsaw2000-09-151-7/+10
* process(): Don't tack on the regular mail header and footer if thebwarsaw2000-09-151-0/+3
* process(): Do the clobber_date logic here instead of inbwarsaw2000-09-141-2/+21
* process(): When writing the table of contents, be a little more cleverbwarsaw2000-09-121-42/+53
* inject_digest(): Be careful to prune out duplicate addresses whenbwarsaw2000-09-111-11/+10
* process(): Only log successes to logs/post if the message actually wasbwarsaw2000-09-081-1/+5
* process(): Remove the saveifdirty flag from the RegisterBounce() call.bwarsaw2000-09-081-1/+1
* process(): Use `append' instead of `extend' to add to faildrecips.bwarsaw2000-08-231-1/+1
* process(): Local patch for SF bug# 109220; if the autoresponse textbwarsaw2000-08-021-1/+10
* process(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1)bwarsaw2000-08-011-1/+1
* Digest.TemplateRefs(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1)bwarsaw2000-08-011-1/+1
* Administrivia.rejection_notice(), hold_for_approval():bwarsaw2000-08-011-2/+2
* process(): Because this module modifies the message object, set thebwarsaw2000-07-273-0/+10
* process(): If there's a bogus template for the header or footer,bwarsaw2000-07-261-3/+13
* process(): Be sure to wrap() the autoresponse text, since it's goingbwarsaw2000-07-241-1/+1
* process(): Addressing both SF bug #108167 and patch #100861, thisbwarsaw2000-07-221-1/+11
* process(): Set Sender: and Errors-To: either the the value specifiedbwarsaw2000-07-221-2/+2
* process(): Treat the -admin and -owner addresses as equivalent forbwarsaw2000-07-221-3/+5
* Administrivia.__doc__: Fixed typo (closes SF bug# 108128).bwarsaw2000-06-231-1/+1
* do_pipeline(): Added a failsafe around the delivery module's process()bwarsaw2000-06-231-1/+5
* process(), hold_for_approval(): The clue that the message has comebwarsaw2000-06-231-2/+2
* process(): ArchiveMail() now takes a second argument, msgdata, whichbwarsaw2000-06-231-1/+1
* process(): Be extra paranoid about the forks and child processes.bwarsaw2000-06-231-7/+11
* do_pipeline(): Factored out from DeliverToList().bwarsaw2000-06-201-5/+12
* process(): Use the volatile `_kids' key to store the child pids.bwarsaw2000-06-201-2/+2
* All MessageHeld derived classes now include a rejection string, whichbwarsaw2000-06-151-14/+31
* MessageHeld.rejection_notice(): New method which subclasses overridebwarsaw2000-06-151-0/+8
* do_child(): Use NNTP_USERNAME and NNTP_PASSWORD for optional site-widebwarsaw2000-06-051-1/+5
* process(): Wrap the actual message delivery loops in a mlistbwarsaw2000-06-031-12/+15
* Support for delivering recipient chunks via multiple threads. Pythonbwarsaw2000-06-031-19/+86
* Convert all uses of mlist.LogMsg() to the new syslog() interface.bwarsaw2000-06-022-16/+19
* Convert all uses of mlist.LogMsg() to the new syslog() interface.bwarsaw2000-06-021-5/+7
* Convert all uses of mlist.LogMsg() to the new syslog() interface.bwarsaw2000-06-021-3/+4
* Convert all uses of mlist.LogMsg() to the new syslog() interface.bwarsaw2000-06-021-2/+3
* DeliverToList(): When the parameter msgdata has no 'pipeline' key, webwarsaw2000-06-011-1/+1
* Add a nice big security warning to the module docstring.bwarsaw2000-06-011-0/+5
* DeliverToList(): Use mm_cfg.DELIVERY_RETRY_PERIOD instead of abwarsaw2000-05-311-5/+12
* Changes to honor SMTP_MAX_RCPTS again. Specifically,bwarsaw2000-05-301-29/+79
* DeliverToList(): If any pipeline module fails, enqueue the message.bwarsaw2000-05-221-1/+4
* DeliverToList(): Take out debugging prints.bwarsaw2000-05-221-3/+0
* DeliverToUser(): This needs to occasionally take a newdata argumentbwarsaw2000-05-081-1/+5
* Many changes to make message delivery more robust in the face ofbwarsaw2000-05-0816-204/+232
* process(): Nigel Metheringham points out that the wrong address wasbwarsaw2000-04-101-1/+1
* do_child(): Catch and cleanly report socket.error exceptions which canbwarsaw2000-04-071-5/+10