Update docstrings and add a missing attribute.
[mailman.git] / cron / crontab.in.in
blob5101ef2b3c862057eaf3bb9d47ed9145c811f61f
1 # At 8AM every day, mail reminders to admins as to pending requests.
2 # They are less likely to ignore these reminders if they're mailed
3 # early in the morning, but of course, this is local time... ;)
4 0 8 * * * @PYTHON@ -S @prefix@/cron/checkdbs
6 # At 9AM, send notifications to disabled members that are due to be
7 # reminded to re-enable their accounts.
8 0 9 * * * @PYTHON@ -S @prefix@/cron/disabled
10 # Noon, mail digests for lists that do periodic as well as threshhold delivery.
11 0 12 * * * @PYTHON@ -S @prefix@/cron/senddigests
13 # Every 5 mins, try to gate news to mail.  You can comment this one out
14 # if you don't want to allow gating, or don't have any going on right now,
15 # or want to exclusively use a callback strategy instead of polling.
16 0,5,10,15,20,25,30,35,40,45,50,55 * * * * @PYTHON@ -S @prefix@/cron/gate_news
18 # At 3:27am every night, regenerate the gzip'd archive file.  Only
19 # turn this on if the internal archiver is used and
20 # GZIP_ARCHIVE_TXT_FILES is false in mm_cfg.py
21 27 3 * * * @PYTHON@ -S @prefix@/cron/nightly_gzip