diff options
author | Mark Sapiro <mark@msapiro.net> | 2014-04-06 09:53:52 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2014-04-06 09:53:52 -0700 |
commit | 076f41e5de958548dcde0d978424dfc5da530cc0 (patch) | |
tree | 3b2f3eef5f1b13d0bc292da128709eb869d80354 /Mailman | |
parent | a3396edb09355cf29e69f03a1df78fbd10a1d849 (diff) | |
download | mailman2-076f41e5de958548dcde0d978424dfc5da530cc0.tar.gz mailman2-076f41e5de958548dcde0d978424dfc5da530cc0.tar.xz mailman2-076f41e5de958548dcde0d978424dfc5da530cc0.zip |
Updated Defaults.py documentation for REMOVE_DKIM_HEADERS.
Diffstat (limited to 'Mailman')
-rwxr-xr-x | Mailman/Defaults.py.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index bdcad63f..3de69d74 100755 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -561,8 +561,8 @@ 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. -# 1 -> remove headers only if the list's from_is_list setting is 1. -# Yes, 2, True -> always remove headers. +# Yes, 1, True -> remove headers only if the list's from_is_list setting is 1. +# 2 -> always remove headers. REMOVE_DKIM_HEADERS = No # All `normal' messages which are delivered to the entire list membership go |