diff options
author | Mark Sapiro <msapiro@value.net> | 2014-02-20 07:33:52 -0800 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2014-02-20 07:33:52 -0800 |
commit | 1df678c0f409c3e76d0b2e187624d428deee4a68 (patch) | |
tree | 5cf921112dad4cc21a16bc34ee8db58cca6bab54 /NEWS | |
parent | 37bc0d0aa423d5eab5387cabb188de62d263d76f (diff) | |
download | mailman2-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-x | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |