aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2016-02-07 20:56:06 -0800
committerMark Sapiro <mark@msapiro.net>2016-02-07 20:56:06 -0800
commitdda50a8ea7609bc8aac1cded6b3729910d1617c9 (patch)
treed36b31d50fb8c14f34b7f55fabf17eff06485e4f /NEWS
parentecb5922ea0223ea140433dd56eb9d159d2deebcb (diff)
downloadmailman2-dda50a8ea7609bc8aac1cded6b3729910d1617c9.tar.gz
mailman2-dda50a8ea7609bc8aac1cded6b3729910d1617c9.tar.xz
mailman2-dda50a8ea7609bc8aac1cded6b3729910d1617c9.zip
Added more types to DEFAULT_PASS_MIME_TYPES.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8a6e9962..9c824681 100644
--- a/NEWS
+++ b/NEWS
@@ -47,6 +47,12 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - DEFAULT_PASS_MIME_TYPES has been changed to accept text/plain sub-parts
+ from message/rfc822 parts and multipart parts other than mixed and
+ alternative and also accept pgp signatures. This only applies to newly
+ created lists and other than pgp signatures, still only accepts
+ text/plain. (LP: #1517446)
+
- Modified contrib/mmdsr to report held and banned subscriptions and DMARC
lookups in their own categories.