aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbwarsaw <>2005-05-02 13:12:40 +0000
committerbwarsaw <>2005-05-02 13:12:40 +0000
commit5dcf67afeb8d3b6a8acd426518e13cdbb06ada22 (patch)
tree33895aad9c5e84251fb6e81bc99ba0812279c360
parent7cfb5dec123bb54c323bef71fd8e5b9f2cc7d13d (diff)
downloadmailman2-5dcf67afeb8d3b6a8acd426518e13cdbb06ada22.tar.gz
mailman2-5dcf67afeb8d3b6a8acd426518e13cdbb06ada22.tar.xz
mailman2-5dcf67afeb8d3b6a8acd426518e13cdbb06ada22.zip
More information about max_days_to_hold (i.e. auto-discard).
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 967e0dae..a135a409 100644
--- a/NEWS
+++ b/NEWS
@@ -59,7 +59,10 @@ Here is a history of user visible changes to Mailman.
- New feature: automatic discards of held messages. List owners can now
set how many days to hold the messages in the moderator request queue.
- cron/checkdb will automatically discard old messages. (790494)
+ cron/checkdb will automatically discard old messages. See the
+ max_days_to_hold variable in the General Options and
+ DEFAULT_MAX_DAYS_TO_HOLD in Defaults.py. This defaults to 0
+ (i.e. disabled). (790494)
- Improved mail address sanity check. (1030228)