diff options
author | Mark Sapiro <mark@msapiro.net> | 2016-05-26 08:42:36 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2016-05-26 08:42:36 -0700 |
commit | 56f0630cb0c72e1c39b3e5b738313f9dc95494c2 (patch) | |
tree | d6c3ef70a3ca4ea61007cb35e7a4ea57d9f45885 /Mailman/Defaults.py.in | |
parent | f48bbb2d2f440eeacf2abe422decd5d7790c0e00 (diff) | |
parent | 3d438eb9d0e1ba573ea1551270796ef355ea4dc7 (diff) | |
download | mailman2-56f0630cb0c72e1c39b3e5b738313f9dc95494c2.tar.gz mailman2-56f0630cb0c72e1c39b3e5b738313f9dc95494c2.tar.xz mailman2-56f0630cb0c72e1c39b3e5b738313f9dc95494c2.zip |
REMOVE_DKIM_HEADERS = 3 renames headers X-Mailman-Original...
Diffstat (limited to '')
-rwxr-xr-x | Mailman/Defaults.py.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index 3569cc07..4ae5633f 100755 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -616,8 +616,10 @@ NNTP_REWRITE_DUPLICATE_HEADERS = [ # broken and even if the outgoing message is resigned. However, some sites # may wish to remove these headers. Possible values and meanings are: # No, 0, False -> do not remove headers. -# Yes, 1, True -> remove headers only if the list's from_is_list setting is 1. +# Yes, 1, True -> remove headers only if we are munging the from header due +# to from_is_list or dmarc_moderation_action. # 2 -> always remove headers. +# 3 -> always remove, rename and preserve original DKIM headers. REMOVE_DKIM_HEADERS = No # All `normal' messages which are delivered to the entire list membership go |