diff options
author | Mark Sapiro <mark@msapiro.net> | 2008-06-06 11:13:09 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2008-06-06 11:13:09 -0700 |
commit | 72bb6de0ca937f387812ebae2955dd7be867902a (patch) | |
tree | 367aa1c0ea83e059e08bd247c22e6f2ecd306d23 /cron/crontab.in.in | |
parent | 1f5bb73a37207e5491130b788db39330492f625f (diff) | |
parent | 17b4a1bc0a85320f46357cffde8232220a113e11 (diff) | |
download | mailman2-72bb6de0ca937f387812ebae2955dd7be867902a.tar.gz mailman2-72bb6de0ca937f387812ebae2955dd7be867902a.tar.xz mailman2-72bb6de0ca937f387812ebae2955dd7be867902a.zip |
Merged the cull_bad_shunt branch.
Diffstat (limited to 'cron/crontab.in.in')
-rw-r--r-- | cron/crontab.in.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cron/crontab.in.in b/cron/crontab.in.in index 49f27c72..540dfc1d 100644 --- a/cron/crontab.in.in +++ b/cron/crontab.in.in @@ -22,3 +22,6 @@ # turn this on if the internal archiver is used and # GZIP_ARCHIVE_TXT_FILES is false in mm_cfg.py 27 3 * * * @PYTHON@ -S @prefix@/cron/nightly_gzip +# +# At 4:30AM daily, cull old entries from the 'bad' and 'shunt' queues. +30 4 * * * @PYTHON@ -S @prefix@/cron/cull_bad_shunt |