diff options
author | bwarsaw <> | 2005-05-02 13:12:40 +0000 |
---|---|---|
committer | bwarsaw <> | 2005-05-02 13:12:40 +0000 |
commit | 5dcf67afeb8d3b6a8acd426518e13cdbb06ada22 (patch) | |
tree | 33895aad9c5e84251fb6e81bc99ba0812279c360 | |
parent | 7cfb5dec123bb54c323bef71fd8e5b9f2cc7d13d (diff) | |
download | mailman2-5dcf67afeb8d3b6a8acd426518e13cdbb06ada22.tar.gz mailman2-5dcf67afeb8d3b6a8acd426518e13cdbb06ada22.tar.xz mailman2-5dcf67afeb8d3b6a8acd426518e13cdbb06ada22.zip |
More information about max_days_to_hold (i.e. auto-discard).
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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) |