| Commit message (Expand) | Author | Files | Lines |
| 2000-07-05 | open_ex(): Transfor OSError into IOError correctly (this is a | bwarsaw | 1 | -2/+3 |
| 2000-07-05 | Added a check of the Python executable's version. Must be >= 1.5.2 | bwarsaw | 2 | -57/+122 |
| 2000-07-05 | Create(): Fold in the CreateFiles() method. Don't use self.Lock() | bwarsaw | 1 | -13/+11 |
| 2000-07-05 | HoldMessage(): Make a copy of the msgdata dictionary so that | bwarsaw | 1 | -0/+5 |
| 2000-06-28 | __handlesubscription(): When subscribing the addr, ApprovedAddMember() | bwarsaw | 1 | -0/+3 |
| 2000-06-28 | process_lists(): Rewritten for efficiency. The list object is never | bwarsaw | 1 | -30/+35 |
| 2000-06-28 | Unlock(): Use unconditionally flag to avoid NotLockedErrors. | bwarsaw | 1 | -8/+5 |
| 2000-06-28 | QRUNNER_PROCESS_LIFETIME: decrease to 15 minutes. | bwarsaw | 1 | -1/+1 |
| 2000-06-28 | main(): syslog() call needs log file first argument. | bwarsaw | 6 | -6/+6 |
| 2000-06-27 | Get rid of the os.fork() for gating each newsgroup. All gating now | bwarsaw | 1 | -78/+49 |
| 2000-06-27 | main(): syslog() call needs the log file as first argument. Found by | bwarsaw | 1 | -1/+1 |
| 2000-06-27 | ScanMessages(): Watch out for exceptions in RegisterBounce(). | bwarsaw | 1 | -2/+13 |
| 2000-06-26 | There was a bit of a dely in 2.0beta3. | bwarsaw | 1 | -1/+1 |
| 2000-06-26 | A few last minute updates | bwarsaw | 1 | -1/+7 |
| 2000-06-26 | ArchiveMail(): Don't do this work in a forked subprocesses; with many | bwarsaw | 1 | -53/+42 |
| 2000-06-26 | main(): Honor QRUNNER_PROCESS_LIFETIME and QRUNNER_MAX_MESSAGES by | bwarsaw | 1 | -0/+11 |
| 2000-06-26 | QRUNNER_PROCESS_LIFETIME, QRUNNER_MAX_MESSAGES: Two new resource | bwarsaw | 1 | -0/+9 |
| 2000-06-26 | updateThreadedIndex(), update_archive(): Wrap the | bwarsaw | 1 | -11/+26 |
| 2000-06-26 | __init__(): When the mktime() call fails due to a "bogus year most | bwarsaw | 1 | -1/+1 |
| 2000-06-26 | main(): syslog() requires first argument to be the logfile to log to. | bwarsaw | 1 | -1/+1 |
| 2000-06-23 | do_output(): Skip volatile attributes (i.e. those whose name begins | bwarsaw | 1 | -0/+3 |
| 2000-06-23 | ParseMailCommands(): Use mm_cfg.LIKELY_BOUNCE_SENDERS instead of | bwarsaw | 1 | -3/+1 |
| 2000-06-23 | dispose_message(): If the sender of the message comes from | bwarsaw | 1 | -1/+14 |
| 2000-06-23 | LIKELY_BOUNCE_SENDERS: | bwarsaw | 1 | -0/+8 |
| 2000-06-23 | main(): syslog doesn't need a trailing newline | bwarsaw | 1 | -1/+1 |
| 2000-06-23 | Administrivia.__doc__: Fixed typo (closes SF bug# 108128). | bwarsaw | 1 | -1/+1 |
| 2000-06-23 | GetConfigInfo(): Reword slightly the two toggles to be more | bwarsaw | 1 | -4/+12 |
| 2000-06-23 | Hackish support for `volatile' properties in the web interface. | bwarsaw | 1 | -9/+16 |
| 2000-06-23 | __load(): Simplify logic in the IOError handler. | bwarsaw | 1 | -4/+2 |
| 2000-06-23 | reap(): Added optional argument `func' which, if supplied, is a | bwarsaw | 1 | -1/+3 |
| 2000-06-23 | ArchiveMail(): First, extended the signature to take a msgdata | bwarsaw | 1 | -20/+25 |
| 2000-06-23 | DumbBTree.__init__(): Rewrote the file opening and unmarshaling code | bwarsaw | 1 | -5/+15 |
| 2000-06-23 | do_pipeline(): Added a failsafe around the delivery module's process() | bwarsaw | 1 | -1/+5 |
| 2000-06-23 | process(), hold_for_approval(): The clue that the message has come | bwarsaw | 1 | -2/+2 |
| 2000-06-23 | process(): ArchiveMail() now takes a second argument, msgdata, which | bwarsaw | 1 | -1/+1 |
| 2000-06-23 | process(): Be extra paranoid about the forks and child processes. | bwarsaw | 1 | -7/+11 |
| 2000-06-23 | Use syslog() interface instead of writing to stderr. All syslog | bwarsaw | 1 | -24/+39 |
| 2000-06-23 | Use syslog() interface instead of writing to stderr. All syslog | bwarsaw | 1 | -10/+13 |
| 2000-06-20 | If $CVSROOT isn't set, guess it from CVS/Root, otherwise abort. | bwarsaw | 1 | -4/+14 |
| 2000-06-20 | PrintAddMemberRequest(): First value should be mm_cfg.SUBSCRIBE. | bwarsaw | 1 | -1/+1 |
| 2000-06-20 | bumping | bwarsaw | 1 | -2/+3 |
| 2000-06-20 | Added important note about reloading crontab.in | bwarsaw | 1 | -0/+10 |
| 2000-06-20 | Added Ron Jarrell | bwarsaw | 1 | -0/+1 |
| 2000-06-20 | Added lots of news about changes in 2.0beta3. | bwarsaw | 1 | -1/+64 |
| 2000-06-20 | checkout(), make_pkg(): Some re-org and fixing for new SourceForge | bwarsaw | 1 | -10/+14 |
| 2000-06-20 | do_pipeline(): Factored out from DeliverToList(). | bwarsaw | 1 | -5/+12 |
| 2000-06-20 | main(): Don't need to treat `kids' key specially here, since it's now | bwarsaw | 1 | -19/+9 |
| 2000-06-20 | process(): Use the volatile `_kids' key to store the child pids. | bwarsaw | 1 | -2/+2 |
| 2000-06-20 | PrintPostRequest(), PrintAddMemberRequest(): Use the new values | bwarsaw | 1 | -2/+5 |
| 2000-06-20 | process(): Relax the search constraints even more. I've now seen two | bwarsaw | 1 | -4/+7 |