| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | ArchiveMail(): the message's body could be the empty string. Check | bwarsaw | 1999-12-25 | 1 | -1/+1 |
| * | do_child(): catch and log nntplib.error_temp that can occur doing the | bwarsaw | 1999-12-25 | 1 | -2/+9 |
| * | reprime(): calls reprime on all sub-loggers, ignoring attribute errors | bwarsaw | 1999-12-25 | 1 | -0/+7 |
| * | ParseMailCommands(): The message object gets constructed and passed in | bwarsaw | 1999-12-16 | 1 | -2/+1 |
| * | HandleBouncingAddress(): Because this message object is now a | bwarsaw | 1999-12-16 | 1 | -1/+3 |
| * | HasExplicitDest(): The argument order of the re.match()s is backwards; | bwarsaw | 1999-12-16 | 1 | -4/+4 |
| * | process(): Use only the From: field to get the name to stick in the | bwarsaw | 1999-12-16 | 1 | -1/+8 |
| * | GetSenderName(): Removed. | bwarsaw | 1999-12-16 | 1 | -7/+1 |
| * | Use one module global log file so we don't leak file descriptors. | bwarsaw | 1999-12-14 | 1 | -10/+8 |
| * | Typo | bwarsaw | 1999-12-13 | 1 | -1/+1 |
| * | Slight change in format | bwarsaw | 1999-12-13 | 1 | -3/+3 |
| * | Always include the non-cached PID of the process doing the printing. | bwarsaw | 1999-12-13 | 1 | -1/+2 |
| * | __get_f(): Open the log file in line buffered mode so flushes | bwarsaw | 1999-12-13 | 1 | -1/+1 |
| * | process(): Content-Description header could be missing. Don't try to | bwarsaw | 1999-12-11 | 1 | -1/+1 |
| * | ExternalArchive(): Fixes proposed by Bernhard Reiter, specifically: | bwarsaw | 1999-12-11 | 1 | -2/+6 |
| * | hold_for_approval(): When admin_immed_notify is false, the subject | bwarsaw | 1999-12-11 | 1 | -0/+1 |
| * | Added a warning to details windows, so users know that changing the | bwarsaw | 1999-12-11 | 1 | -0/+2 |
| * | Balazs Nagy <julian7@kva.hu> writes: | bwarsaw | 1999-12-11 | 1 | -4/+4 |
| * | do_child(): contains all the code that the child processes perform. | bwarsaw | 1999-12-10 | 1 | -76/+85 |
| * | test harness can take a list of file names | bwarsaw | 1999-12-10 | 1 | -8/+10 |
| * | If messages originate from Usenet, do not hold them for implicit | bwarsaw | 1999-12-10 | 1 | -2/+6 |
| * | ignore generated Makefile | bwarsaw | 1999-12-10 | 1 | -0/+1 |
| * | process(): ability to recognize multiple addresses. | bwarsaw | 1999-12-10 | 1 | -4/+5 |
| * | process(): Better compliance with QSBMF, including ability to | bwarsaw | 1999-12-09 | 1 | -29/+30 |
| * | process(): RFC 1894 allows for multiple addresses in a single bounce | bwarsaw | 1999-12-09 | 1 | -29/+26 |
| * | process(): extended to be able to detect multiple addresses in the | bwarsaw | 1999-12-09 | 1 | -21/+25 |
| * | Added Bouncers to subdirs | bwarsaw | 1999-12-09 | 1 | -1/+1 |
| * | Rip out all the actual bounce detection code (moved to | bwarsaw | 1999-12-09 | 1 | -155/+5 |
| * | Make this a package. | bwarsaw | 1999-12-09 | 1 | -0/+0 |
| * | Yahoo's got it's own weird format. | bwarsaw | 1999-12-09 | 1 | -0/+51 |
| * | This module groks Qmail style bounce formats, according to the | bwarsaw | 1999-12-09 | 1 | -0/+66 |
| * | Standard sub-package makefile | bwarsaw | 1999-12-09 | 1 | -0/+80 |
| * | Standard sub-package makefile | bwarsaw | 1999-12-09 | 1 | -0/+74 |
| * | This module groks RFC 1894 (DSN) bounce formats. It knows a lot about | bwarsaw | 1999-12-09 | 1 | -0/+109 |
| * | This is essentially a port of the old bounce detection code to the new | bwarsaw | 1999-12-09 | 1 | -0/+194 |
| * | Detect some weird bounce format that caiwireless.net seems to | bwarsaw | 1999-12-09 | 1 | -0/+48 |
| * | Infrastructure for extensible bounce parsers, modeled after delivery | bwarsaw | 1999-12-09 | 1 | -0/+83 |
| * | HandlerError: base class should be Errors.MailmanError | bwarsaw | 1999-12-09 | 1 | -1/+2 |
| * | hold_for_approval(): Don't send the author of the message a | bwarsaw | 1999-12-09 | 1 | -1/+2 |
| * | MakeCookie(), CheckCookie(): Don't include the client's IP address in | bwarsaw | 1999-12-09 | 1 | -19/+17 |
| * | process(): quick return if there are no recipients! | bwarsaw | 1999-12-09 | 1 | -1/+6 |
| * | process(): quick return if there are no recipients! | bwarsaw | 1999-12-09 | 1 | -0/+3 |
| * | __init__(): Turn on logging of a MailList object's lock. Primarily | bwarsaw | 1999-12-09 | 1 | -1/+2 |
| * | Set this module up to do a bunch more logging of what happens to the | bwarsaw | 1999-12-09 | 1 | -1/+28 |
| * | Include len of msg.recips in log msg | bwarsaw | 1999-12-02 | 1 | -1/+3 |
| * | process_form(): In regard to the previous patch, the default if the | bwarsaw | 1999-12-02 | 1 | -1/+1 |
| * | RegisterBounce(): Added optional saveifdirty flag, which defaults to | bwarsaw | 1999-11-30 | 1 | -3/+2 |
| * | process_form(): it is possible that the form doesn't have a 'digest' | bwarsaw | 1999-11-30 | 1 | -0/+2 |
| * | Added DELIVERY_MODULE which selects the actual delivery module to use | bwarsaw | 1999-11-30 | 1 | -4/+13 |
| * | Get DELIVERY_MODULE from mm_cfg.py. Makes for easier customization. | bwarsaw | 1999-11-30 | 1 | -9/+4 |