diff options
| author | bwarsaw | 2000-05-31 18:29:11 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-05-31 18:29:11 +0000 |
| commit | c05392bff76caebc3b38fd74ad36a2cf1121e350 (patch) | |
| tree | 1aaf431783026266b1b45571a5d64d5c7da0a09f | |
| parent | 350b941780520195312d857fec57e0e46bcf064d (diff) | |
| download | mailman-c05392bff76caebc3b38fd74ad36a2cf1121e350.tar.gz mailman-c05392bff76caebc3b38fd74ad36a2cf1121e350.tar.zst mailman-c05392bff76caebc3b38fd74ad36a2cf1121e350.zip | |
| -rwxr-xr-x | cron/crontab.in.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/cron/crontab.in.in b/cron/crontab.in.in index 85b211248..fb16b58d3 100755 --- a/cron/crontab.in.in +++ b/cron/crontab.in.in @@ -1,21 +1,21 @@ # At 5PM every day, mail reminders to admins as to pending requests -0 17 * * * @PYTHON@ @prefix@/cron/checkdbs +0 17 * * * @PYTHON@ -S @prefix@/cron/checkdbs # # Noon, mail digests for lists that do periodic as well as threshhold delivery. -0 12 * * * @PYTHON@ @prefix@/cron/senddigests +0 12 * * * @PYTHON@ -S @prefix@/cron/senddigests # # 5 AM on the first of each month, mail out password reminders. -0 5 1 * * @PYTHON@ @prefix@/cron/mailpasswds +0 5 1 * * @PYTHON@ -S @prefix@/cron/mailpasswds # # Every 5 mins, try to gate news to mail. You can comment this one out # if you don't want to allow gating, or don't have any going on right now, # or want to exclusively use a callback strategy instead of polling. -0,5,10,15,20,25,30,35,40,45,50,55 * * * * @PYTHON@ @prefix@/cron/gate_news +0,5,10,15,20,25,30,35,40,45,50,55 * * * * @PYTHON@ -S @prefix@/cron/gate_news # # At 3:27am every night, regenerate the gzip'd archive file. Only # turn this on if the internal archiver is used and # GZIP_ARCHIVE_TXT_FILES is false in mm_cfg.py -27 3 * * * @PYTHON@ @prefix@/cron/nightly_gzip +27 3 * * * @PYTHON@ -S @prefix@/cron/nightly_gzip # -# Every 10 minutes retry failed deliveries. -02,12,22,32,42,52 * * * * @PYTHON@ @prefix@/cron/qrunner +# Retry failed deliveries once per minute. +* * * * * @PYTHON@ -S @prefix@/cron/qrunner |
