aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mailman/Gui/Privacy.py3
-rw-r--r--NEWS8
2 files changed, 10 insertions, 1 deletions
diff --git a/Mailman/Gui/Privacy.py b/Mailman/Gui/Privacy.py
index 13d1f2e8..04e1b4d9 100644
--- a/Mailman/Gui/Privacy.py
+++ b/Mailman/Gui/Privacy.py
@@ -365,7 +365,8 @@ class Privacy(GUIBase):
_("""Postings from any of these addresses will automatically
apply any DMARC action mitigation. This can be utilized to
automatically wrap or munge postings from known addresses or
- domains such as internal domains.
+ domains that might have policies rejecting external mail From:
+ themselves.
<p>Add member addresses one per line; start the line with a ^
character to designate a regular expression match.""")),
diff --git a/NEWS b/NEWS
index da907746..2d9bfa68 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,14 @@ Copyright (C) 1998-2018 by the Free Software Foundation, Inc.
Here is a history of user visible changes to Mailman.
2.1.30 (xx-xxx.xxxx)
+
+ New Features
+
+ - Thanks to Jim Popovitch, there is now a dmarc_moderation_addresses
+ list setting that can be used to apply dmarc_moderation_action to mail
+ From: addresses listed or matching listed regexps. This can be used
+ to modify mail to addresses that don't accept external mail From:
+ themselves.
Bug Fixes and other patches