aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Defaults.py.in
diff options
context:
space:
mode:
authorMalte S. Stretz <mss@apache.org>2010-06-29 18:01:58 +0200
committerMalte S. Stretz <mss@apache.org>2010-06-29 18:01:58 +0200
commit7dd19919d132ae6b7b0446c569d96303d6091a5d (patch)
tree39b88c2e5f90a91550bce87cedc87124e33fe7ac /Mailman/Defaults.py.in
parent66dc59ab5f368b1373f34d6487d7b43ad3af6941 (diff)
downloadmailman2-7dd19919d132ae6b7b0446c569d96303d6091a5d.tar.gz
mailman2-7dd19919d132ae6b7b0446c569d96303d6091a5d.tar.xz
mailman2-7dd19919d132ae6b7b0446c569d96303d6091a5d.zip
Added option include_sender_header to suppress rewrite of the Sender header which confuses Outlook (formerly known as FAQ 2.3). See also <http://mail.python.org/pipermail/mailman-developers/2006-July/019040.html>. Bug #266824.
Diffstat (limited to 'Mailman/Defaults.py.in')
-rw-r--r--Mailman/Defaults.py.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index db75971d..e1ede271 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -1040,6 +1040,14 @@ DEFAULT_OBSCURE_ADDRESSES = Yes
# lists with no archives).
ALLOW_RFC2369_OVERRIDES = Yes
+# RFC 2822 suggests that not adding a Sender header when Mailman is the agent
+# responsible for the actual transmission is a breach of the RFC. However,
+# some MUAs (notably Outlook) tend to display the Sender header instead of the
+# From details, confusing users and actually losing the original sender when
+# forwarding mail. By setting this variable to Yes, list owners will be
+# given the option to avoid setting this header.
+ALLOW_SENDER_OVERRIDES = Yes
+
# Defaults for content filtering on mailing lists. DEFAULT_FILTER_CONTENT is
# a flag which if set to true, turns on content filtering.
DEFAULT_FILTER_CONTENT = No