aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2013-09-28 16:08:15 -0700
committerMark Sapiro <mark@msapiro.net>2013-09-28 16:08:15 -0700
commit2d8a570e69262584f838526a01df91a3c37de3ad (patch)
treefce426b9bca5ae0d1d87be1d3b67845fc2c06680 /NEWS
parentf85010a770c8bed07dce85ccaf50425fa42acc0f (diff)
downloadmailman2-2d8a570e69262584f838526a01df91a3c37de3ad.tar.gz
mailman2-2d8a570e69262584f838526a01df91a3c37de3ad.tar.xz
mailman2-2d8a570e69262584f838526a01df91a3c37de3ad.zip
Renamed author_is_list to from_is_list.
Diffstat (limited to 'NEWS')
-rwxr-xr-xNEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index f3d0f21f..30e475ef 100755
--- a/NEWS
+++ b/NEWS
@@ -9,14 +9,14 @@ Here is a history of user visible changes to Mailman.
New Features
- - There is a new list attribute author_is_list to either rewrite the From:
+ - There is a new list attribute from_is_list to either rewrite the From:
header of posts replacing the posters address with that of the list or
wrap the message in an outer message From: the list for compatability
with DMARC and or ADSP. There is a new mm_cfg.py setting
- DEFAULT_AUTHOR_IS_LIST to control the default for new lists, and the
+ DEFAULT_FROM_IS_LIST to control the default for new lists, and the
existing REMOVE_DKIM_HEADERS setting has been extended to allow removing
- those headers only for certain author_is_list lists. This feature must
- be enabled by setting ALLOW_AUTHOR_IS_LIST to Yes in mm_cfg.py. See the
+ those headers only for certain from_is_list lists. This feature must
+ be enabled by setting ALLOW_FROM_IS_LIST to Yes in mm_cfg.py. See the
description of these settings in Defaults.py for more detail. This
feature is experimental in 2.1.16, and it is subject to change or to
become just one of the two methods in a subsequent release. People