| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | process(): Implementation of RFC 2369, inspired by zedboy's (Darrell | bwarsaw | 2000-09-20 | 1 | -26/+41 |
| * | do_child(): Unconditionally munge the Message-ID: header to something | bwarsaw | 2000-09-19 | 1 | -3/+3 |
| * | Removed debugging cruft. | bwarsaw | 2000-09-18 | 1 | -1/+0 |
| * | DeliverToUser(): Since most calls to this function are on internally | bwarsaw | 2000-09-18 | 1 | -0/+1 |
| * | process(): Do not send autoreplies to messages that have 'noack' set | bwarsaw | 2000-09-18 | 1 | -1/+2 |
| * | Do not set the List-Id: header if the msgdata contains the volatile | bwarsaw | 2000-09-15 | 1 | -1/+1 |
| * | inject_digest(): Only send a mime digest if there actually are mime | bwarsaw | 2000-09-15 | 1 | -7/+10 |
| * | process(): Don't tack on the regular mail header and footer if the | bwarsaw | 2000-09-15 | 1 | -0/+3 |
| * | process(): Do the clobber_date logic here instead of in | bwarsaw | 2000-09-14 | 1 | -2/+21 |
| * | process(): When writing the table of contents, be a little more clever | bwarsaw | 2000-09-12 | 1 | -42/+53 |
| * | inject_digest(): Be careful to prune out duplicate addresses when | bwarsaw | 2000-09-11 | 1 | -11/+10 |
| * | process(): Only log successes to logs/post if the message actually was | bwarsaw | 2000-09-08 | 1 | -1/+5 |
| * | process(): Remove the saveifdirty flag from the RegisterBounce() call. | bwarsaw | 2000-09-08 | 1 | -1/+1 |
| * | process(): Use `append' instead of `extend' to add to faildrecips. | bwarsaw | 2000-08-23 | 1 | -1/+1 |
| * | process(): Local patch for SF bug# 109220; if the autoresponse text | bwarsaw | 2000-08-02 | 1 | -1/+10 |
| * | process(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1) | bwarsaw | 2000-08-01 | 1 | -1/+1 |
| * | Digest.TemplateRefs(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1) | bwarsaw | 2000-08-01 | 1 | -1/+1 |
| * | Administrivia.rejection_notice(), hold_for_approval(): | bwarsaw | 2000-08-01 | 1 | -2/+2 |
| * | process(): Because this module modifies the message object, set the | bwarsaw | 2000-07-27 | 3 | -0/+10 |
| * | process(): If there's a bogus template for the header or footer, | bwarsaw | 2000-07-26 | 1 | -3/+13 |
| * | process(): Be sure to wrap() the autoresponse text, since it's going | bwarsaw | 2000-07-24 | 1 | -1/+1 |
| * | process(): Addressing both SF bug #108167 and patch #100861, this | bwarsaw | 2000-07-22 | 1 | -1/+11 |
| * | process(): Set Sender: and Errors-To: either the the value specified | bwarsaw | 2000-07-22 | 1 | -2/+2 |
| * | process(): Treat the -admin and -owner addresses as equivalent for | bwarsaw | 2000-07-22 | 1 | -3/+5 |
| * | Administrivia.__doc__: Fixed typo (closes SF bug# 108128). | bwarsaw | 2000-06-23 | 1 | -1/+1 |
| * | do_pipeline(): Added a failsafe around the delivery module's process() | bwarsaw | 2000-06-23 | 1 | -1/+5 |
| * | process(), hold_for_approval(): The clue that the message has come | bwarsaw | 2000-06-23 | 1 | -2/+2 |
| * | process(): ArchiveMail() now takes a second argument, msgdata, which | bwarsaw | 2000-06-23 | 1 | -1/+1 |
| * | process(): Be extra paranoid about the forks and child processes. | bwarsaw | 2000-06-23 | 1 | -7/+11 |
| * | do_pipeline(): Factored out from DeliverToList(). | bwarsaw | 2000-06-20 | 1 | -5/+12 |
| * | process(): Use the volatile `_kids' key to store the child pids. | bwarsaw | 2000-06-20 | 1 | -2/+2 |
| * | All MessageHeld derived classes now include a rejection string, which | bwarsaw | 2000-06-15 | 1 | -14/+31 |
| * | MessageHeld.rejection_notice(): New method which subclasses override | bwarsaw | 2000-06-15 | 1 | -0/+8 |
| * | do_child(): Use NNTP_USERNAME and NNTP_PASSWORD for optional site-wide | bwarsaw | 2000-06-05 | 1 | -1/+5 |
| * | process(): Wrap the actual message delivery loops in a mlist | bwarsaw | 2000-06-03 | 1 | -12/+15 |
| * | Support for delivering recipient chunks via multiple threads. Python | bwarsaw | 2000-06-03 | 1 | -19/+86 |
| * | Convert all uses of mlist.LogMsg() to the new syslog() interface. | bwarsaw | 2000-06-02 | 2 | -16/+19 |
| * | Convert all uses of mlist.LogMsg() to the new syslog() interface. | bwarsaw | 2000-06-02 | 1 | -5/+7 |
| * | Convert all uses of mlist.LogMsg() to the new syslog() interface. | bwarsaw | 2000-06-02 | 1 | -3/+4 |
| * | Convert all uses of mlist.LogMsg() to the new syslog() interface. | bwarsaw | 2000-06-02 | 1 | -2/+3 |
| * | DeliverToList(): When the parameter msgdata has no 'pipeline' key, we | bwarsaw | 2000-06-01 | 1 | -1/+1 |
| * | Add a nice big security warning to the module docstring. | bwarsaw | 2000-06-01 | 1 | -0/+5 |
| * | DeliverToList(): Use mm_cfg.DELIVERY_RETRY_PERIOD instead of a | bwarsaw | 2000-05-31 | 1 | -5/+12 |
| * | Changes to honor SMTP_MAX_RCPTS again. Specifically, | bwarsaw | 2000-05-30 | 1 | -29/+79 |
| * | DeliverToList(): If any pipeline module fails, enqueue the message. | bwarsaw | 2000-05-22 | 1 | -1/+4 |
| * | DeliverToList(): Take out debugging prints. | bwarsaw | 2000-05-22 | 1 | -3/+0 |
| * | DeliverToUser(): This needs to occasionally take a newdata argument | bwarsaw | 2000-05-08 | 1 | -1/+5 |
| * | Many changes to make message delivery more robust in the face of | bwarsaw | 2000-05-08 | 16 | -204/+232 |
| * | process(): Nigel Metheringham points out that the wrong address was | bwarsaw | 2000-04-10 | 1 | -1/+1 |
| * | do_child(): Catch and cleanly report socket.error exceptions which can | bwarsaw | 2000-04-07 | 1 | -5/+10 |