aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2016-04-09 15:43:47 -0700
committerMark Sapiro <mark@msapiro.net>2016-04-09 15:43:47 -0700
commit325a8d245275d421094f71eb026801a0bc1b8a5f (patch)
tree1c41ac031c5945bf0b9aa4d5475ef8d03663cde1 /NEWS
parent93f11f1a9b9e6f2f1251b1efb75131e0c9839029 (diff)
downloadmailman2-325a8d245275d421094f71eb026801a0bc1b8a5f.tar.gz
mailman2-325a8d245275d421094f71eb026801a0bc1b8a5f.tar.xz
mailman2-325a8d245275d421094f71eb026801a0bc1b8a5f.zip
Honor an organizational domain's DMARC sp= policy for sub-domains.
Diffstat (limited to '')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2ebf3246..5deb83cc 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,9 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - DMARC mitigations for a sub-domain of an organizational domain will now
+ use the organizational domain's sp= policy if any. (LP: #1568398)
+
- Modified NewsRunner.py to ensure that messages gated to Usenet have a
non-blank Subject: header and when munging the Message-ID to add the
original to References: to help with threading. (LP: #557955)