From 0d4f2ad7808f1c3a26a7d4ccc996801efdffc58c Mon Sep 17 00:00:00 2001 From: tkikuchi <> Date: Fri, 8 Oct 2004 12:38:49 +0000 Subject: [ 790494 ] built-in automatic discard --- Mailman/Gui/General.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Mailman/Gui') diff --git a/Mailman/Gui/General.py b/Mailman/Gui/General.py index 7cf1ee06..4b587e05 100644 --- a/Mailman/Gui/General.py +++ b/Mailman/Gui/General.py @@ -409,6 +409,13 @@ class General(GUIBase): headers.)""")) ) + # Discard held messages after this number of days + rtn.append( + ('max_days_to_hold', mm_cfg.Number, 7, 0, + _("""Discard held messages older than this number of days. + Use 0 for no automatic discarding.""")) + ) + return rtn def _setValue(self, mlist, property, val, doc): -- cgit v1.2.3