diff options
| author | mailman | 1998-04-03 00:16:29 +0000 |
|---|---|---|
| committer | mailman | 1998-04-03 00:16:29 +0000 |
| commit | 4888ff3796208f97ba6f76bb2d2586cab8e51188 (patch) | |
| tree | 035450af0b503378328e402e2c5d8b2f1c1af8bf | |
| parent | 05358568df4009ca28dce81d22a82eeb990b2cdf (diff) | |
| download | mailman-4888ff3796208f97ba6f76bb2d2586cab8e51188.tar.gz mailman-4888ff3796208f97ba6f76bb2d2586cab8e51188.tar.zst mailman-4888ff3796208f97ba6f76bb2d2586cab8e51188.zip | |
Removed the last active remnants of the internal archive processing,
upvolumes_yearly and upvolumes_monthly entries in the crontab.
| -rwxr-xr-x | cron/crontab.in.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cron/crontab.in.in b/cron/crontab.in.in index 12e524213..0f6c2133c 100755 --- a/cron/crontab.in.in +++ b/cron/crontab.in.in @@ -6,9 +6,3 @@ # # 5 AM on the first of each month, mail out password reminders. 0 5 1 * * /usr/local/bin/python /home/mailman/mailman/cron/mailpasswds -# -# Midnight on the first of each month, bump the volume for large lists. -0 0 1 * * /usr/local/bin/python /home/mailman/mailman/cron/upvolumes_monthly -# -# Near years second, bump volume numbers for most lists archives/digests -0 0 1 1 * /home/mailman/mailman/cron/upvolumes_yearly |
