diff options
author | Mark Sapiro <mark@msapiro.net> | 2016-05-17 12:33:14 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2016-05-17 12:33:14 -0700 |
commit | 686cd52aa51e7a01a321ef83581b75c3de0efc55 (patch) | |
tree | b8106ac65eb010a07384255390a4fa77c3ee7fc8 /NEWS | |
parent | 631b834dd33fd65bf3c6e901980fb96c13a8d153 (diff) | |
download | mailman2-686cd52aa51e7a01a321ef83581b75c3de0efc55.tar.gz mailman2-686cd52aa51e7a01a321ef83581b75c3de0efc55.tar.xz mailman2-686cd52aa51e7a01a321ef83581b75c3de0efc55.zip |
Catch MMUnknownListError in case list is removed after listing names.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -25,6 +25,10 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - In rare circumstances a list can be removed while the admin or listinfo + CGI or bin/list_lists is running causing an uncaught MMUnknownListError + to be thrown. The exception is now caught and handled. (LP: #1582532) + - Set the Date: header in the wrapper message when from_is_list or dmarc_moderation_action is Wrap Message. (LP: #1581215) |