summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* __load(): Simplify logic in the IOError handler.bwarsaw2000-06-231-4/+2
* reap(): Added optional argument `func' which, if supplied, is abwarsaw2000-06-231-1/+3
* ArchiveMail(): First, extended the signature to take a msgdatabwarsaw2000-06-231-20/+25
* DumbBTree.__init__(): Rewrote the file opening and unmarshaling codebwarsaw2000-06-231-5/+15
* 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
* Use syslog() interface instead of writing to stderr. All syslogbwarsaw2000-06-231-24/+39
* Use syslog() interface instead of writing to stderr. All syslogbwarsaw2000-06-231-10/+13
* If $CVSROOT isn't set, guess it from CVS/Root, otherwise abort.bwarsaw2000-06-201-4/+14
* PrintAddMemberRequest(): First value should be mm_cfg.SUBSCRIBE.bwarsaw2000-06-201-1/+1
* bumpingbwarsaw2000-06-201-2/+3
* Added important note about reloading crontab.inbwarsaw2000-06-201-0/+10
* Added Ron Jarrellbwarsaw2000-06-201-0/+1
* Added lots of news about changes in 2.0beta3.bwarsaw2000-06-201-1/+64
* checkout(), make_pkg(): Some re-org and fixing for new SourceForgebwarsaw2000-06-201-10/+14
* do_pipeline(): Factored out from DeliverToList().bwarsaw2000-06-201-5/+12
* main(): Don't need to treat `kids' key specially here, since it's nowbwarsaw2000-06-201-19/+9
* process(): Use the volatile `_kids' key to store the child pids.bwarsaw2000-06-201-2/+2
* PrintPostRequest(), PrintAddMemberRequest(): Use the new valuesbwarsaw2000-06-201-2/+5
* process(): Relax the search constraints even more. I've now seen twobwarsaw2000-06-201-4/+7
* RadioButtonArray.__init__(): New optional argument `values' which canbwarsaw2000-06-201-8/+13
* reap(): Wait on a dictionary of child pids. Moved here from gate_newsbwarsaw2000-06-201-0/+13
* Use the constants defined in Defaults.py.inbwarsaw2000-06-201-21/+24
* Enqueue(): New convention; msgdata keys that start with leadingbwarsaw2000-06-201-0/+5
* Added some constants for use by ListAdmin.py and admindb.pybwarsaw2000-06-201-0/+8
* Get rid of the -s/--stderrs and --quiet/-q options. Use syslog() forbwarsaw2000-06-201-123/+80
* Better option parsingbwarsaw2000-06-191-60/+92
* PrintPostRequest(): Fixed the call to discard a message when the givenbwarsaw2000-06-191-1/+1
* Bumping to 2.0beta3bwarsaw2000-06-162-31/+23
* A couple of updatesbwarsaw2000-06-161-16/+9
* Linux => GNU/Linuxbwarsaw2000-06-163-3/+3
* Linux => GNU/Linuxbwarsaw2000-06-161-4/+4
* Now recognizes what I think are both Netscape Messaging Service 3.6bwarsaw2000-06-161-13/+22
* put bulk of logic in main() function and re-arrange things so thebwarsaw2000-06-151-17/+19
* Several UI and functional changes. Better layout and better text inbwarsaw2000-06-151-20/+54
* HandleRequest(): Takes three new additional arguments, `preserve',bwarsaw2000-06-151-24/+60
* Added a better explanation of what the administrator can do whenbwarsaw2000-06-151-5/+19
* 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
* SPAM_DIR: The fullpath to the $PREFIX/spam subdir.bwarsaw2000-06-151-0/+1
* ARCH_INDEP_DIRS: Make the spam subdirectory for holding `preserved'bwarsaw2000-06-151-1/+1
* __handlesubscription(): Change the sense of the `value' parameter tobwarsaw2000-06-141-2/+2
* PrintAddMemberRequest(): It makes for better usability if the `refuse'bwarsaw2000-06-141-1/+1
* main(): call to syslog() had the wrong number of arguments.bwarsaw2000-06-141-1/+1
* All three scripts have now been changed to always quickly queue theirbwarsaw2000-06-145-127/+75
* This script now does most of the work that post, mailcmd, andbwarsaw2000-06-141-14/+50
* checkdata(): New function which checks the permissions onbwarsaw2000-06-141-18/+44
* Update(): Call ZapOldVars()bwarsaw2000-06-141-0/+7