diff options
author | Mark Sapiro <mark@msapiro.net> | 2014-11-07 17:19:05 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2014-11-07 17:19:05 -0800 |
commit | 17d553ac0aab617f1d3ec91ec197a9233974f5ea (patch) | |
tree | 95af998f3ad9e6b5f1035a4fbccc5859c3028ce1 /NEWS | |
parent | 4a71216dc2469b9d5586ef63a5ba9ff5e3c444a9 (diff) | |
download | mailman2-17d553ac0aab617f1d3ec91ec197a9233974f5ea.tar.gz mailman2-17d553ac0aab617f1d3ec91ec197a9233974f5ea.tar.xz mailman2-17d553ac0aab617f1d3ec91ec197a9233974f5ea.zip |
Catch the NotAMemberError exception thrown if an authenticated
unsubscribe is submitted from the user options page for a nonmember.
Diffstat (limited to 'NEWS')
-rwxr-xr-x | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -33,6 +33,10 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - We now catch the NotAMemberError exception thrown if an authenticated + unsubscribe is submitted from the user options page for a nonmember. + (LP: #1390653) + - Fixed an archiving bug that would cause messages with 'Subject: Re:' only to be indexed in the archives without a link to the message. (LP: #1388614) |