summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsapiro2005-12-05 00:49:31 +0000
committermsapiro2005-12-05 00:49:31 +0000
commitdf376257b3418b27c751b077f3032959d905ba78 (patch)
treeaff6856a84d21436416307835fe5cef6d02fa6f2
parent6a6c3fd376396362b2d999a7610990fbcb2b94aa (diff)
downloadmailman-df376257b3418b27c751b077f3032959d905ba78.tar.gz
mailman-df376257b3418b27c751b077f3032959d905ba78.tar.zst
mailman-df376257b3418b27c751b077f3032959d905ba78.zip
Add several recent changes to 2.1.7 "Bug fixes and other patches"
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aea704b5a..346c66310 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,22 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - Apply the list's ban_list to address changes and admin mass subscribe
+ and invite and to confirmations/approvals of address changes,
+ subscriptions and invitations.
+
+ - Decode quoted-printable and base64 encoded parts before passing to
+ HTML_TO_PLAIN_TEXT_COMMAND (1367783).
+
+ - Remove Approve: header from post - treat as Approved: (1355707).
+
+ - Stop removing line following Approve(d): line in body of post (1318883).
+
+ - Log post in post log with true sender, not listname-bounces (1287921).
+
+ - Correctly initialize and remember the list's default_member_moderation
+ attribute in the web list creation page (1263213).
+
- Add PEP263 charset in config_list output (1343100).
- header_filter_rules get lost if accessed directly and needed authenti-