aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <msapiro@value.net>2014-02-20 07:33:52 -0800
committerMark Sapiro <msapiro@value.net>2014-02-20 07:33:52 -0800
commit1df678c0f409c3e76d0b2e187624d428deee4a68 (patch)
tree5cf921112dad4cc21a16bc34ee8db58cca6bab54 /NEWS
parent37bc0d0aa423d5eab5387cabb188de62d263d76f (diff)
downloadmailman2-1df678c0f409c3e76d0b2e187624d428deee4a68.tar.gz
mailman2-1df678c0f409c3e76d0b2e187624d428deee4a68.tar.xz
mailman2-1df678c0f409c3e76d0b2e187624d428deee4a68.zip
- Fixed a bug in ListAdmin._handlepost that would crash when trying to
preserve a held message for the site admin if HOLD_MESSAGES_AS_PICKLES is False. (LP: #1282365)
Diffstat (limited to 'NEWS')
-rwxr-xr-xNEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 87991ccc..52536922 100755
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,10 @@ Here is a history of user visible changes to Mailman.
Bug Fixes and other patches
+ - Fixed a bug in ListAdmin._handlepost that would crash when trying to
+ preserve a held message for the site admin if HOLD_MESSAGES_AS_PICKLES
+ is False. (LP: #1282365)
+
- The from_is_list header munging feature introduced in Mailman 2.1.16 is
no longer erroneously applied to Mailman generated notices.
(LP: #1279667)