aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <msapiro@value.net>2014-04-15 12:59:48 -0700
committerMark Sapiro <msapiro@value.net>2014-04-15 12:59:48 -0700
commit0d9b1cce5e97fe4095fe2cb72465129437d83b5a (patch)
tree91ac47389801b2c5c5bb67bbae8a5f45f4f05b0b /NEWS
parent192caa4943eb87e466229736eccefd4381042fd7 (diff)
parentf00ecb3432578156b7f9df2ae33ad5f840e20de6 (diff)
downloadmailman2-0d9b1cce5e97fe4095fe2cb72465129437d83b5a.tar.gz
mailman2-0d9b1cce5e97fe4095fe2cb72465129437d83b5a.tar.xz
mailman2-0d9b1cce5e97fe4095fe2cb72465129437d83b5a.zip
Added and modified various options regarding DMARC. See the NEWS file.
Diffstat (limited to 'NEWS')
-rwxr-xr-xNEWS29
1 files changed, 29 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3e27f993..e3f84bd2 100755
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,35 @@ Here is a history of user visible changes to Mailman.
2.1.18 (xx-xxx-xxxx)
+ Dependencies
+
+ - There is a new dependency associated with the new Privacy options ->
+ Sender filters -> dmarc_moderation_action feature discussed below.
+ This requires that the dnspython <http://www.dnspython.org/> package
+ be available in Python.
+
+ New Features
+
+ - The from_is_list feature introduced in 2.1.16 is now unconditionally
+ available to list owners. There is also, a new Privacy options ->
+ Sender filters -> dmarc_moderation_action feature which applies to list
+ messages where the From: address is in a domain which publishes a DMARC
+ policy of reject or possibly quarantine. This is a list setting with
+ values of Accept, Wrap Message, Munge From, Reject or Discard. There is
+ a new DEFAULT_DMARC_MODERATION_ACTION configuration setting to set the
+ default for this, and the list admin UI is not able to set an action
+ which is 'less' than the default. The prior ALLOW_FROM_IS_LIST setting
+ has been removed and is effectively always Yes. There is a new
+ DMARC_QUARANTINE_MODERATION_ACTION configuration setting which defaults
+ to Yes but can be set to No to exclude domains with DMARC policy of
+ quarantine from dmarc_moderation_action.
+
+ dmarc_moderation_action and from_is_list interact in the following way.
+ If the message is From: a domain to which dmarc_moderation_action applies
+ and if dmarc_moderation_action is other than Accept,
+ dmarc_moderation_action applies to that message. Otherwise the
+ from_is_list action applies.
+
i18n
- Added missing <mm-digest-question-start> tag to French listinfo template.