summaryrefslogtreecommitdiff
path: root/cron/qrunner (follow)
Commit message (Expand)AuthorAgeFilesLines
* No longer necessary. qrunner is now a proper daemon and shouldn't bebwarsaw2001-07-061-290/+0
* Lots of changes to make this act more like a traditional daemon and tobwarsaw2001-07-031-67/+59
* start_runner(): Put the invocation of qrclass().run() inside the try:bwarsaw2001-06-071-1/+1
* sighup_handler(): Be sure to propagate the SIGHUP to all the qrunnerbwarsaw2001-06-021-8/+12
* sighup_handler(): New global function, installed as a signal handlerbwarsaw2001-06-021-1/+15
* Be sure to set the language to the DEFAULT_SERVER_LANGUAGE as soon asbwarsaw2001-05-181-1/+4
* start_runner(): Due to race conditions, the subproc could get thebwarsaw2001-04-031-1/+6
* master(): Rework the while 1 loop so that it's inside the try/exceptbwarsaw2001-04-021-4/+4
* Improvements to make sure multiple qrunner masters aren't running atbwarsaw2001-03-011-15/+62
* usage(): Standard usage printing function.bwarsaw2001-02-161-7/+24
* Very significant changes to support the new Runner classes, and thebwarsaw2001-02-151-21/+167
* First step in the conversion to a multiple-queue model. This scriptbwarsaw2000-12-201-246/+22
* dispose_message(): For mail destined to either the -admin or thebwarsaw2000-09-181-1/+3
* Turn off incessant logging on every execution.bwarsaw2000-09-141-2/+2
* main(): Fixed typo in syslog() call.bwarsaw2000-07-271-1/+1
* main(): Unmarshal the .db file before creating the Message object.bwarsaw2000-07-261-4/+5
* dispose_message(): A refinement of the message disposition scheme.bwarsaw2000-07-221-8/+74
* main(): Honor QRUNNER_PROCESS_LIFETIME and QRUNNER_MAX_MESSAGES bybwarsaw2000-06-261-0/+11
* dispose_message(): If the sender of the message comes frombwarsaw2000-06-231-1/+14
* Use syslog() interface instead of writing to stderr. All syslogbwarsaw2000-06-231-10/+13
* main(): Don't need to treat `kids' key specially here, since it's nowbwarsaw2000-06-201-19/+9
* This script now does most of the work that post, mailcmd, andbwarsaw2000-06-141-14/+50
* Crank QRUNNER_LOCK_LIFETIME to 30 minutes and set manual_reprime=0 inbwarsaw2000-06-011-2/+2
* updated some commentsbwarsaw2000-05-311-8/+2
* main(): If a message in the queue is destined for a list that doesn'tbwarsaw2000-05-301-6/+16
* main(): Zap the `kids' key if it's present in the reconstitutedbwarsaw2000-05-221-0/+7
* main(): Only check return value of dispose_message() to see if thebwarsaw2000-05-221-2/+0
* Substantial changes for robustification of deliveries.bwarsaw2000-05-081-31/+80
* main(): Catch base class MMListError.bwarsaw2000-04-041-1/+1
* Cron script for re-trying delivery of messages previously queuedbwarsaw2000-03-281-0/+106