| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | ADMIN_COOKIE_LIFE now defaults to 0. This means Mailman will now use | bwarsaw | 2000-07-20 | 1 | -3/+6 |
| * | Remove commented out syslog() lines. | bwarsaw | 2000-07-20 | 1 | -2/+0 |
| * | hexlify(), unhexlify(): Make Python 1.5.2 compliant; slight | bwarsaw | 2000-07-20 | 1 | -4/+7 |
| * | main(), authenticate(): Factored out of main(), this function now | bwarsaw | 2000-07-19 | 1 | -51/+62 |
| * | main(), authenticate(): Factored out of main(), this function now | bwarsaw | 2000-07-19 | 1 | -54/+57 |
| * | Several changes which will hopefully fix the cookie re-authentication | bwarsaw | 2000-07-19 | 1 | -37/+33 |
| * | hexlify(), unhexlify(): New helper functions for cookie value encoding | bwarsaw | 2000-07-19 | 1 | -0/+20 |
| * | parseaddr(): If the Original-Recipient: or Final-Recipient: headers | bwarsaw | 2000-07-17 | 1 | -1/+5 |
| * | Bump to 2.0beta4. | bwarsaw | 2000-07-06 | 1 | -2/+2 |
| * | ArchiveMail(): Comment out the debugging prints to syslog. | bwarsaw | 2000-07-06 | 1 | -2/+2 |
| * | __handlepost(): Ricardo Kustner noticed that the forward feature was | bwarsaw | 2000-07-06 | 1 | -2/+2 |
| * | intermediate | bwarsaw | 2000-07-06 | 1 | -9/+9 |
| * | __init__(): time.mktime() can generate OverflowError. | bwarsaw | 2000-07-06 | 1 | -1/+1 |
| * | open_ex(): Transfor OSError into IOError correctly (this is a | bwarsaw | 2000-07-05 | 1 | -2/+3 |
| * | Create(): Fold in the CreateFiles() method. Don't use self.Lock() | bwarsaw | 2000-07-05 | 1 | -13/+11 |
| * | HoldMessage(): Make a copy of the msgdata dictionary so that | bwarsaw | 2000-07-05 | 1 | -0/+5 |
| * | __handlesubscription(): When subscribing the addr, ApprovedAddMember() | bwarsaw | 2000-06-28 | 1 | -0/+3 |
| * | Unlock(): Use unconditionally flag to avoid NotLockedErrors. | bwarsaw | 2000-06-28 | 1 | -8/+5 |
| * | QRUNNER_PROCESS_LIFETIME: decrease to 15 minutes. | bwarsaw | 2000-06-28 | 1 | -1/+1 |
| * | main(): syslog() call needs log file first argument. | bwarsaw | 2000-06-28 | 6 | -6/+6 |
| * | main(): syslog() call needs the log file as first argument. Found by | bwarsaw | 2000-06-27 | 1 | -1/+1 |
| * | ScanMessages(): Watch out for exceptions in RegisterBounce(). | bwarsaw | 2000-06-27 | 1 | -2/+13 |
| * | ArchiveMail(): Don't do this work in a forked subprocesses; with many | bwarsaw | 2000-06-26 | 1 | -53/+42 |
| * | QRUNNER_PROCESS_LIFETIME, QRUNNER_MAX_MESSAGES: Two new resource | bwarsaw | 2000-06-26 | 1 | -0/+9 |
| * | updateThreadedIndex(), update_archive(): Wrap the | bwarsaw | 2000-06-26 | 1 | -11/+26 |
| * | __init__(): When the mktime() call fails due to a "bogus year most | bwarsaw | 2000-06-26 | 1 | -1/+1 |
| * | main(): syslog() requires first argument to be the logfile to log to. | bwarsaw | 2000-06-26 | 1 | -1/+1 |
| * | ParseMailCommands(): Use mm_cfg.LIKELY_BOUNCE_SENDERS instead of | bwarsaw | 2000-06-23 | 1 | -3/+1 |
| * | LIKELY_BOUNCE_SENDERS: | bwarsaw | 2000-06-23 | 1 | -0/+8 |
| * | main(): syslog doesn't need a trailing newline | bwarsaw | 2000-06-23 | 1 | -1/+1 |
| * | Administrivia.__doc__: Fixed typo (closes SF bug# 108128). | bwarsaw | 2000-06-23 | 1 | -1/+1 |
| * | GetConfigInfo(): Reword slightly the two toggles to be more | bwarsaw | 2000-06-23 | 1 | -4/+12 |
| * | Hackish support for `volatile' properties in the web interface. | bwarsaw | 2000-06-23 | 1 | -9/+16 |
| * | __load(): Simplify logic in the IOError handler. | bwarsaw | 2000-06-23 | 1 | -4/+2 |
| * | reap(): Added optional argument `func' which, if supplied, is a | bwarsaw | 2000-06-23 | 1 | -1/+3 |
| * | ArchiveMail(): First, extended the signature to take a msgdata | bwarsaw | 2000-06-23 | 1 | -20/+25 |
| * | DumbBTree.__init__(): Rewrote the file opening and unmarshaling code | bwarsaw | 2000-06-23 | 1 | -5/+15 |
| * | 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 |
| * | PrintAddMemberRequest(): First value should be mm_cfg.SUBSCRIBE. | bwarsaw | 2000-06-20 | 1 | -1/+1 |
| * | 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 |
| * | PrintPostRequest(), PrintAddMemberRequest(): Use the new values | bwarsaw | 2000-06-20 | 1 | -2/+5 |
| * | process(): Relax the search constraints even more. I've now seen two | bwarsaw | 2000-06-20 | 1 | -4/+7 |
| * | RadioButtonArray.__init__(): New optional argument `values' which can | bwarsaw | 2000-06-20 | 1 | -8/+13 |
| * | reap(): Wait on a dictionary of child pids. Moved here from gate_news | bwarsaw | 2000-06-20 | 1 | -0/+13 |
| * | Use the constants defined in Defaults.py.in | bwarsaw | 2000-06-20 | 1 | -21/+24 |
| * | Enqueue(): New convention; msgdata keys that start with leading | bwarsaw | 2000-06-20 | 1 | -0/+5 |