diff options
author | Mark Sapiro <msapiro@value.net> | 2011-12-31 14:22:39 -0800 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2011-12-31 14:22:39 -0800 |
commit | 3c1fe7bcb3c10650cd039c800aa1356886586873 (patch) | |
tree | cd410817905f6e251b26e303aab6e036cd12baeb /NEWS | |
parent | a6ff8e611b314b145add34b43c278944957d8d5e (diff) | |
download | mailman2-3c1fe7bcb3c10650cd039c800aa1356886586873.tar.gz mailman2-3c1fe7bcb3c10650cd039c800aa1356886586873.tar.xz mailman2-3c1fe7bcb3c10650cd039c800aa1356886586873.zip |
Fix for bug #629738 could cause a crash in the admindb details display
if the decoded message body contained characters not in the character
set of the list's preferred language. Fixed. Bug #910440.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -73,6 +73,10 @@ Here is a history of user visible changes to Mailman. Bug Fixes and other patches + - Fix for bug #629738 could cause a crash in the admindb details display + if the decoded message body contained characters not in the character + set of the list's preferred language. Fixed. Bug #910440. + - Added recognition for another Qmail bounce format. - Fixed an erroneous seek in the Mailman.Mailbox.Mailbox.AppendMessage |