aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2017-10-07 15:28:06 -0700
committerMark Sapiro <mark@msapiro.net>2017-10-07 15:28:06 -0700
commita04f3a2976940022009c154fe0400fb8464b014c (patch)
treea67dbf53cc6e1a82439e6fe9e62a3c5b5f244fbd /NEWS
parentf48f75cccf27cdd098cb5c5e0f8c063361f80c1e (diff)
downloadmailman2-a04f3a2976940022009c154fe0400fb8464b014c.tar.gz
mailman2-a04f3a2976940022009c154fe0400fb8464b014c.tar.xz
mailman2-a04f3a2976940022009c154fe0400fb8464b014c.zip
Improved DMARC testing for domains with DNSSEC validation problems.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7dc0571f..eaebe652 100644
--- a/NEWS
+++ b/NEWS
@@ -16,7 +16,7 @@ Here is a history of user visible changes to Mailman.
- The admin Membership List now includes text for screen readers which
identifies the function of each checkbox. CSS is added to the page to
- visually hide the text but still allow screan readers to read it.
+ visually hide the text but still allow screen readers to read it.
Similar text has been added to some radio buttons on the admindb pages.
i18n
@@ -26,6 +26,9 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - Thanks to Jim Popovitch, certain failures in DNS lookups of DMARC policy
+ will now result in mitigations being applied. (LP: #1722013)
+
- The default DMARC reject reason now properly replaces %(listowner)s.
(LP: #1718962)