diff options
author | Mark Sapiro <msapiro@value.net> | 2011-06-02 11:09:49 -0700 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2011-06-02 11:09:49 -0700 |
commit | b7178b303cfb14b2a26ef5c3011ab1df2da34af7 (patch) | |
tree | 9a1e028cb7ec7811d495b84e62b5ba8d7b5e0455 /NEWS | |
parent | 1106fc19e5b1300ca5eb5482d559eb749305b456 (diff) | |
download | mailman2-b7178b303cfb14b2a26ef5c3011ab1df2da34af7.tar.gz mailman2-b7178b303cfb14b2a26ef5c3011ab1df2da34af7.tar.xz mailman2-b7178b303cfb14b2a26ef5c3011ab1df2da34af7.zip |
Fixed a problem which could result in raw, undecoded message bodies
appearing in plain digests and archives. Bug #787790.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -55,6 +55,9 @@ Here is a history of user visible changes to Mailman. Bug Fixes and other patches + - Fixed a problem which could result in raw, undecoded message bodies + appearing in plain digests and archives. Bug #787790. + - Fixed a problem in admindb.py where the character set for the display of the message body excerpt was not correctly determined. Bug #779751. |