diff options
author | Mark Sapiro <msapiro@value.net> | 2012-05-13 19:12:16 -0700 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2012-05-13 19:12:16 -0700 |
commit | 1b2d947644aba2efaedaa2ce4afa77291194fa56 (patch) | |
tree | 051234804f516a63679ff17d31a046f7b798008c /NEWS | |
parent | fd2bc66e56e733b20a99d637ad7bc8ec7bc73b3a (diff) | |
download | mailman2-1b2d947644aba2efaedaa2ce4afa77291194fa56.tar.gz mailman2-1b2d947644aba2efaedaa2ce4afa77291194fa56.tar.xz mailman2-1b2d947644aba2efaedaa2ce4afa77291194fa56.zip |
Fixed a bug that could send an admin notice of a held subscription with
the subject in the user's preferred language instead of the list's
preferred language and possibly not properly RFC 2047 encoded.
(LP: #998949)
Diffstat (limited to '')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -98,6 +98,11 @@ Here is a history of user visible changes to Mailman. Bug Fixes and other patches + - Fixed a bug that could send an admin notice of a held subscription with + the subject in the user's preferred language instead of the list's + preferred language and possibly not properly RFC 2047 encoded. + (LP: #998949) + - Fixed a possible CPU bound loop in OutgoingRunner if the attempt to Connect to the SMTP server throws a socket.error. (LP: #966531) |