diff options
| author | bwarsaw | 1999-09-04 03:25:36 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-09-04 03:25:36 +0000 |
| commit | 9b8af9218eb6e93595f6e1fb176d09a2e3d41c06 (patch) | |
| tree | 47227d99859b6f8837933673a9a64818a24e62bf | |
| parent | 00b8da811cd403995e765aaf63fafb3fb284e3ee (diff) | |
| download | mailman-9b8af9218eb6e93595f6e1fb176d09a2e3d41c06.tar.gz mailman-9b8af9218eb6e93595f6e1fb176d09a2e3d41c06.tar.zst mailman-9b8af9218eb6e93595f6e1fb176d09a2e3d41c06.zip | |
| -rwxr-xr-x | cron/crontab.in.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cron/crontab.in.in b/cron/crontab.in.in index 6b2e724e1..efacc93f3 100755 --- a/cron/crontab.in.in +++ b/cron/crontab.in.in @@ -14,3 +14,8 @@ # # Every 1/2 hour flush the outgoing mail queue. 12,42 * * * * @PYTHON@ @prefix@/cron/run_queue +# +# 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 |
