chiark / gitweb /
webstump: do not alter the moderator's post disposition when it differs from the...
[modbot-mtm.git] / stump / etc / crontab
1 # This is a crontab file for your newsgroup. Crontab is a Unix table that
2 # specifies when and which programs should be run at regular intervals.
3 #
4 # If you do not know what is cron and crontab, do not bother editing this 
5 # file. It is not needed to provide the core functionality for your 
6 # newsgroup.
7 #
8 # Its primary use is for regular cleanups, posting monthly summaries
9 # of approved and rejected messages, and so on. You can set it up
10 # later when the core of the STUMP functionality is working.
11 #
12
13 # Every sunday at midnight, create and compress an archive of approved
14 # and rejected postings. Saves disk space.
15 #
16 0 0 * * sun  $HOME/stump/etc/modenv createArchive < /dev/null
17
18 # every night send me the report about the number of articles
19 # actually posted to the newsgroup. PLease replace "ichudov" with
20 # your own email address, e.g. johndoe@yoursite.com
21 #
22 0 0 * * *   $HOME/stump/etc/posted_log ichudov < /dev/null > /dev/null 2>/dev/null
23
24 # Every month on the 5th, post a neat summary of approved rejected
25 # articles. 
26 #
27 5 0 1 * *   $HOME/stump/etc/modenv report.sh
28
29 #
30 # resubmit failed articles
31 #
32 10 * * * * $HOME/stump/etc/modenv submitFailed 2>/dev/null
33