[Pkg-mailman-hackers] Pkg-mailman commit - rev 690 - trunk/debian
Thijs Kinkhorst
thijs at alioth.debian.org
Sat Oct 8 14:38:40 UTC 2011
Author: thijs
Date: 2011-10-08 14:38:40 +0000 (Sat, 08 Oct 2011)
New Revision: 690
Modified:
trunk/debian/changelog
trunk/debian/postinst
Log:
Add cull_bad_shunt command to default cron job.
I rather detest the 1994 way the current cron job installation is handled.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2011-10-08 14:29:58 UTC (rev 689)
+++ trunk/debian/changelog 2011-10-08 14:38:40 UTC (rev 690)
@@ -1,8 +1,9 @@
mailman (1:2.1.14-3) unstable; urgency=low
* Make man page descruptions match more keywords (closes: #597112).
+ * Add cull_bad_shunt command to default cron job (closes: #615204).
- -- Thijs Kinkhorst <thijs at debian.org> Sat, 08 Oct 2011 16:28:56 +0200
+ -- Thijs Kinkhorst <thijs at debian.org> Sat, 08 Oct 2011 16:37:28 +0200
mailman (1:2.1.14-2) unstable; urgency=low
Modified: trunk/debian/postinst
===================================================================
--- trunk/debian/postinst 2011-10-08 14:29:58 UTC (rev 689)
+++ trunk/debian/postinst 2011-10-08 14:38:40 UTC (rev 690)
@@ -122,6 +122,9 @@
# turn this on if the internal archiver is used and
# GZIP_ARCHIVE_TXT_FILES is false in mm_cfg.py
27 3 * * * list [ -x /usr/lib/mailman/cron/nightly_gzip ] && /usr/lib/mailman/cron/nightly_gzip
+#
+# At 4:30AM daily, cull old entries from the 'bad' and 'shunt' queues.
+30 4 * * * list [ -x /usr/lib/mailman/cron/cull_bad_shunt ] && /usr/lib/mailman/cron/cull_bad_shunt
EOF
fi
More information about the Pkg-mailman-hackers
mailing list