summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortkikuchi2005-12-24 02:07:46 +0000
committertkikuchi2005-12-24 02:07:46 +0000
commitaa7bee82894a65d3cad5ee8978ee8ba4def43f36 (patch)
tree36e525a4b330dcfe0da2ef64f3397c5c70ff6b78
parent33d8ca80b4b77d09b86830222387494cd7a6da26 (diff)
downloadmailman-aa7bee82894a65d3cad5ee8978ee8ba4def43f36.tar.gz
mailman-aa7bee82894a65d3cad5ee8978ee8ba4def43f36.tar.zst
mailman-aa7bee82894a65d3cad5ee8978ee8ba4def43f36.zip
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 464e30ca5..d3efe9266 100644
--- a/NEWS
+++ b/NEWS
@@ -48,8 +48,27 @@ Here is a history of user visible changes to Mailman.
multipart/alternative to its first content. This allows HTML part
to pass through after other content filtering is done.
+ Internationalization
+
+ - New language: Interlingua.
+
Bug fixes and other patches
+ - Defaults.py.in: SCRUBBER_DONT_USE_ATTACHMENT_FILENAME is set to True
+ for safer operation.
+
+ - Fix Scrubber.py mungs quoted-printable bug with introducing
+ 'X-Mailman-Scrubbed' header for marking that the payload is
+ scrubber-munged. The flag is referenced in ToDigest.py, ToArchive.py,
+ Decorate.py and Archiver. Similar problem in ToDigest.py where the
+ plain digest is generated is also fixed.
+
+ - Fix Syslog.py to write quopri encoded message when it fail to write
+ 8-bit characters.
+
+ - Fix MTA/Postfix.py to check aliases group permission in check_perms
+ and fix mailman-install document on this matter (1378270).
+
- Fix private.py to go to the original URL after authorization (1080943).
- Fix bounce log score messages to be more consistent.