diff options
author | Mark Sapiro <mark@msapiro.net> | 2017-02-14 19:15:58 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2017-02-14 19:15:58 -0800 |
commit | a852463283f44357fec29e0bce49f3cc83ed9c2f (patch) | |
tree | 3b881fc1e890ae5d9f05770408ef1e28378bfe19 /NEWS | |
parent | 78fb8983ae8873ba1ff0640e556eb61b88dba9a7 (diff) | |
download | mailman2-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-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |