aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2008-06-06 11:13:09 -0700
committerMark Sapiro <mark@msapiro.net>2008-06-06 11:13:09 -0700
commit72bb6de0ca937f387812ebae2955dd7be867902a (patch)
tree367aa1c0ea83e059e08bd247c22e6f2ecd306d23 /NEWS
parent1f5bb73a37207e5491130b788db39330492f625f (diff)
parent17b4a1bc0a85320f46357cffde8232220a113e11 (diff)
downloadmailman2-72bb6de0ca937f387812ebae2955dd7be867902a.tar.gz
mailman2-72bb6de0ca937f387812ebae2955dd7be867902a.tar.xz
mailman2-72bb6de0ca937f387812ebae2955dd7be867902a.zip
Merged the cull_bad_shunt branch.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 298352c1..c7e435e3 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,15 @@ Here is a history of user visible changes to Mailman.
2.x.xx (xx-xxx-xxxx)
+ New Features
+
+ - Added a new cron/cull_bad_shunt script to cull and optionally
+ archive old entries from the bad and shunt queues. This is controlled
+ by new Defaults.py/mm_cfg.py settings BAD_SHUNT_STALE_AFTER (default
+ 7 days) and BAD_SHUNT_ARCHIVE_DIRECTORY (default None) which determine
+ how long to keep bad and shunt queue entries and optionally, where to
+ archive removed entries.
+
Bug fixes and other patches
- Changed the preservation of unparseable messages to be conditional on
@@ -23,6 +32,9 @@ Here is a history of user visible changes to Mailman.
- Changed Utils.ValidateEmail to not allow specials (particularly ':')
in unquoted local parts (1956393).
+ - Changed bin/update to remove .bak files erroneously left behind in
+ qfiles/*/ by a 2.1.9 bug.
+
Miscellaneous
- Brad Knowles' mailman daily status report script updated to 0.0.18.