diff options
author | tkikuchi <> | 2004-10-08 12:38:49 +0000 |
---|---|---|
committer | tkikuchi <> | 2004-10-08 12:38:49 +0000 |
commit | 0d4f2ad7808f1c3a26a7d4ccc996801efdffc58c (patch) | |
tree | b3b1a3987bc947485e6eeee2d7cad84c99c5f726 /Mailman/Defaults.py.in | |
parent | 07f03ba6cc18371f18bd66d7c51fe4aacd4dae0c (diff) | |
download | mailman2-0d4f2ad7808f1c3a26a7d4ccc996801efdffc58c.tar.gz mailman2-0d4f2ad7808f1c3a26a7d4ccc996801efdffc58c.tar.xz mailman2-0d4f2ad7808f1c3a26a7d4ccc996801efdffc58c.zip |
[ 790494 ] built-in automatic discard
Diffstat (limited to '')
-rw-r--r-- | Mailman/Defaults.py.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index bc1c4538..bb9d4e07 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -819,6 +819,9 @@ DEFAULT_ADMIN_IMMED_NOTIFY = Yes # Is the list owner notified of subscribes/unsubscribes? DEFAULT_ADMIN_NOTIFY_MCHANGES = No +# Discard held messages after this days +DEFAULT_MAX_DAYS_TO_HOLD = 3 # days + # Should list members, by default, have their posts be moderated? DEFAULT_DEFAULT_MEMBER_MODERATION = No |