diff options
author | Mark Sapiro <mark@msapiro.net> | 2009-12-30 13:39:08 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2009-12-30 13:39:08 -0800 |
commit | 034ffbb9dc7dbee5c7e9ed73ebf346a04252b4bd (patch) | |
tree | f53fed0c07a7130990527b8b5d0acd34bea9344e /NEWS | |
parent | 30ed3639227be2b174be06d69a43ba73cd205422 (diff) | |
download | mailman2-034ffbb9dc7dbee5c7e9ed73ebf346a04252b4bd.tar.gz mailman2-034ffbb9dc7dbee5c7e9ed73ebf346a04252b4bd.tar.xz mailman2-034ffbb9dc7dbee5c7e9ed73ebf346a04252b4bd.zip |
Fixed a bug where check_perms would throw an OSError if an entry in
Mailman's lists/ directory was not a directory. Bug #265613.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ Here is a history of user visible changes to Mailman. Bug Fixes and other patches + - Fixed a bug where check_perms would throw an OSError if an entry in + Mailman's lists/ directory was not a directory. Bug #265613. + - Fixed a bug where a message with an Approved: header held by a handler that precedes Approve (SpamDetect by default) would not have the Approved: header removed if the held message was approved. Bug #501739. |