aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2017-02-14 19:15:58 -0800
committerMark Sapiro <mark@msapiro.net>2017-02-14 19:15:58 -0800
commita852463283f44357fec29e0bce49f3cc83ed9c2f (patch)
tree3b881fc1e890ae5d9f05770408ef1e28378bfe19 /NEWS
parent78fb8983ae8873ba1ff0640e556eb61b88dba9a7 (diff)
downloadmailman2-a852463283f44357fec29e0bce49f3cc83ed9c2f.tar.gz
mailman2-a852463283f44357fec29e0bce49f3cc83ed9c2f.tar.xz
mailman2-a852463283f44357fec29e0bce49f3cc83ed9c2f.zip
Catch NotAMemberError when member is removed before probe bounce returns.
Diffstat (limited to '')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7d2498c3..d2992721 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,9 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - Fixed an uncaught NotAMemberError when a member is removed before a
+ probe bounce for the member is returned. (LP: #1664729)
+
- Fixed a TypeError thrown in the roster CGI when called with a listname
containing a % character. (LP: #1661810)