summaryrefslogtreecommitdiff
path: root/cron/crontab.in.in
Commit message (Collapse)AuthorAgeFilesLines
* Move all cron scripts to the new Mailman.bin package layout and complete thebwarsaw2006-05-131-3/+0
| | | | | conversion to optparse style option parsing. Remove mailpasswds as password reminders will go away for MM2.2.
* Fix typo in autoconf substitution. Found by Dan Ohnesorg.bwarsaw2002-01-061-1/+1
|
* Add calls for cron/disabled to send out the you-are-disabled notices.bwarsaw2001-12-271-2/+8
| | | | | | | Send these out at 9am localtime. Also, change the admin reminders to run at 8am local time instead of 10pm local time.
* Don't run qrunner as a cron job any more (it's now a daemon).bwarsaw2001-07-031-3/+0
|
* Run qrunner every minute; making the system much more responsive,bwarsaw2000-05-311-7/+7
| | | | | | | | especially in light of the recent change that queues approved messages rather than delivering them directly. Also, use "python -S" to improve startup time; this avoid the costly and unnecessary "import site".
* Run qrunner every 10 minutes on the two's.bwarsaw2000-05-081-2/+2
|
* Every 1/2 hour, run qrunner to retry failed deliveries.bwarsaw2000-03-281-0/+3
|
* Remove the entry for run_queue.bwarsaw2000-03-211-3/+0
|
* Add an entry to run the nightly gzip at 3:27ambwarsaw1999-09-041-0/+5
|
* George Bush sez: "blank lines... bad!"bwarsaw1998-07-231-2/+2
| | | | Also, last line needs to have a newline at the end or autoconf won't
* Wrapped the call to smtplib with some queueing code.viega1998-07-201-0/+3
| | | | There's a new crontab entry that checks the queue once every 30 mins.
* Eliminate the blank line by using a comment character instead.bwarsaw1998-06-051-1/+1
| | | | Apparently the blank line confuses crontab on SunOS.
* Add an entry to call gate_news every 5 minutes.viega1998-05-311-0/+5
| | | | | | | Note that site admins who have access to their NNTP server can implement a solution that doesn't poll. However, I do want to have a solution that works out of the box. Many people aren't going to care if it polls.
* Moved crontab.in to crontab.in.in so it can be autogenerated bybwarsaw1998-05-291-3/+3
| | | | configure.
* Spell senddigests correctly (not "checkdigests"!)mailman1998-04-271-1/+1
|
* Removed the last active remnants of the internal archive processing,mailman1998-04-031-6/+0
| | | | upvolumes_yearly and upvolumes_monthly entries in the crontab.
* Add entry for noon-time dispatch of digests that do periodic delivery.mailman1998-03-181-7/+5
| | | | Remove archival jobs - that's now responsibility of external pipermail.
* Make whitespace lines into comments - sol 2.6 at least whinces atmailman1998-03-051-16/+12
| | | | blank lines in the crontab.
* Switch over to frequency-based archive update mechanism - people don'tmailman1998-02-241-4/+5
| | | | need to edit the crontab to add new lists.
* Initial revisionklm1998-01-071-0/+19