diff options
author | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2016-05-18 05:20:08 +0900 |
---|---|---|
committer | Yasuhito FUTATSUKI at POEM <futatuki@poem.co.jp> | 2016-05-18 05:20:08 +0900 |
commit | 830e3cc518913b2d2012a9756ef1cccf59efc3a9 (patch) | |
tree | 2648211d357d2d67afc6389fb824cee7c3a479d2 /NEWS | |
parent | 5470c21a0348e7bbc95543af762747417260cb10 (diff) | |
parent | 686cd52aa51e7a01a321ef83581b75c3de0efc55 (diff) | |
download | mailman2-830e3cc518913b2d2012a9756ef1cccf59efc3a9.tar.gz mailman2-830e3cc518913b2d2012a9756ef1cccf59efc3a9.tar.xz mailman2-830e3cc518913b2d2012a9756ef1cccf59efc3a9.zip |
Merge lp:mailman/2.1 rev 1651
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) |