diff options
author | Mark Sapiro <mark@msapiro.net> | 2020-01-16 16:03:34 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2020-01-16 16:03:34 -0800 |
commit | f82ff472e5ccfa07f99a0eff5e98c5bc5ebf3e9b (patch) | |
tree | 5c62bd7bf0d39394630c8103861313897d07e834 /NEWS | |
parent | ddcf01000176f61dbf03122096a50d1a6bd8c2a5 (diff) | |
download | mailman2-f82ff472e5ccfa07f99a0eff5e98c5bc5ebf3e9b.tar.gz mailman2-f82ff472e5ccfa07f99a0eff5e98c5bc5ebf3e9b.tar.xz mailman2-f82ff472e5ccfa07f99a0eff5e98c5bc5ebf3e9b.zip |
Fixed SimpleMatch to only return valid addresses.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -83,6 +83,9 @@ Here is a history of user visible changes to Mailman. - A bug causing a UnicodeDecodeError in preparing to send the confirmation request message to a new subscriber has been fixed. (LP: #1851442) + - The SimpleMatch heuristic bounce recognizer has been improved to not + return most invalid email addresses. (LP: #1859011) + 2.1.29 (24-Jul-2018) Bug Fixes |