summaryrefslogtreecommitdiff
path: root/cron
Commit message (Expand)AuthorAgeFilesLines
* 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
* Duh, don't try to import mimelib.Parser until after the paths havebwarsaw2001-02-161-2/+2
* Very significant changes to support the new Runner classes, and thebwarsaw2001-02-151-21/+167
* Convert to using the new ToDigest module which stores its digests in abwarsaw2001-02-151-20/+23
* De-string-module-ify.bwarsaw2001-02-151-17/+23
* mail_passwords(): subj is marked for translation. Call maketext()bwarsaw2000-12-261-2/+3
* main(): Call maketext() with the list's preferred language.bwarsaw2000-12-261-1/+1
* First step in the conversion to a multiple-queue model. This scriptbwarsaw2000-12-201-246/+22
* process_lists(): Wrap the open_newsgroup() call in a try/except tobwarsaw2000-12-201-2/+6
* Start of support for i18n; marking of translatable strings.bwarsaw2000-12-071-5/+6
* Add bumpdigests to the list of cron scripts to install.bwarsaw2000-11-011-1/+1
* Minor typo in docstring.bwarsaw2000-10-301-1/+1
* Cron script for bumping the digest volume number.bwarsaw2000-10-301-0/+91
* dispose_message(): For mail destined to either the -admin or thebwarsaw2000-09-181-1/+3
* mail_passwords(): Set the msgdata in DeliverToUser() to contain thebwarsaw2000-09-151-2/+7
* Turn off incessant logging on every execution.bwarsaw2000-09-141-2/+2
* Minor clean up. Also turn off incessant logging on every execution.bwarsaw2000-09-141-4/+0
* main(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1)bwarsaw2000-08-011-1/+1
* main(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1)bwarsaw2000-08-011-1/+1
* 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
* process_lists(): Rewritten for efficiency. The list object is neverbwarsaw2000-06-281-30/+35
* Get rid of the os.fork() for gating each newsgroup. All gating nowbwarsaw2000-06-271-78/+49
* 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-24/+39
* 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
* Get rid of the -s/--stderrs and --quiet/-q options. Use syslog() forbwarsaw2000-06-201-123/+80
* This script now does most of the work that post, mailcmd, andbwarsaw2000-06-141-14/+50
* open_newsgroup(): Use NNTP_USERNAME and NNTP_PASSWORD for optionalbwarsaw2000-06-051-1/+3
* poll_newsgroup(): MailList objects don't have a Post() methodbwarsaw2000-06-031-3/+4
* Crank QRUNNER_LOCK_LIFETIME to 30 minutes and set manual_reprime=0 inbwarsaw2000-06-011-2/+2
* updated some commentsbwarsaw2000-05-311-8/+2
* poll_newsgroup(): Use time.ctime() as a more succinct way of craftingbwarsaw2000-05-311-1/+1
* Run qrunner every minute; making the system much more responsive,bwarsaw2000-05-311-7/+7
* 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
* pending_requests(): Backwards compatibility code to handle the tuplebwarsaw2000-05-081-1/+6
* Run qrunner every 10 minutes on the two's.bwarsaw2000-05-081-2/+2
* Substantial changes for robustification of deliveries.bwarsaw2000-05-081-31/+80
* main(): Patch after a Thomas Wouters suggestion which relaxes the filebwarsaw2000-04-271-3/+3
* pending_requests(): missing parens made the RHS of the % not a tuple.bwarsaw2000-04-121-1/+1
* Significant reworking based on the comments of Harald Meland and Jimbwarsaw2000-04-071-207/+165
* main(): Catch base class MMListError.bwarsaw2000-04-041-1/+1
* Cron script for re-trying delivery of messages previously queuedbwarsaw2000-03-281-0/+106
* cosmeticbwarsaw2000-03-281-1/+1