summaryrefslogtreecommitdiff
path: root/cron (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Every 1/2 hour, run qrunner to retry failed deliveries.bwarsaw2000-03-281-0/+3
* SCRIPTS: Added qrunner script to list of installable scriptsbwarsaw2000-03-281-1/+1
* Ron Jarrell points out that this still tried to install run_queue.bwarsaw2000-03-221-2/+2
* Since the bulk mailer is gone now, run_queue is no longer necessary.bwarsaw2000-03-211-46/+0
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-216-6/+6
* Remove the entry for run_queue.bwarsaw2000-03-211-3/+0
* main(): Don't complain about a bogus archive_directory ifbwarsaw2000-03-131-1/+4
* Import nntplib from Mailman.pythonlib package to pick up the 1.5.2+bwarsaw2000-03-131-17/+11
* poll_newsgroup(): If a To: header is found in the original message, itbwarsaw2000-02-091-2/+3
* main(): Watch out for error 500 when using the group command on thebwarsaw2000-02-071-1/+10
* poll_newsgroup(): slightly better debuggingbwarsaw1999-12-251-2/+2
* Added "tee_to_stdout=0" argument to the LogStdErr() call, to avoidhmeland1999-12-161-1/+1
* When sending a list's digest, the list must be locked, and must bebwarsaw1999-12-151-10/+20
* convert to the new message delivery mechanismbwarsaw1999-12-141-7/+11
* Close the NNTP connection in a better way.bwarsaw1999-12-131-7/+5
* Be sure to close the NNTP connection so we don't leak file descriptorsbwarsaw1999-12-131-13/+6
* Don't include process ids in messages since these are now implicitlybwarsaw1999-12-131-11/+9
* Pre-load the cgi module from our special one, similar to what happensbwarsaw1999-12-111-0/+12
* Increase the logging, because something weird is going on!bwarsaw1999-12-111-5/+18