diff options
author | Mark Sapiro <mark@msapiro.net> | 2010-07-03 13:59:22 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2010-07-03 13:59:22 -0700 |
commit | fb058ebf486a2ad4f411b6272f66b2b6a0b0bf82 (patch) | |
tree | d5845206b211f35b9967fffde1f64bcc3ba60ecf /Mailman/Defaults.py.in | |
parent | 36b3fde35d2cf9b4dac842669668ccd6925f0430 (diff) | |
parent | 77e80be89784ce21e8205ef072de6f665faa304f (diff) | |
download | mailman2-fb058ebf486a2ad4f411b6272f66b2b6a0b0bf82.tar.gz mailman2-fb058ebf486a2ad4f411b6272f66b2b6a0b0bf82.tar.xz mailman2-fb058ebf486a2ad4f411b6272f66b2b6a0b0bf82.zip |
Merged optional Sender: header feature from lp:~mss/mailman/2.1-sender-header.
Diffstat (limited to 'Mailman/Defaults.py.in')
-rw-r--r-- | Mailman/Defaults.py.in | 8 |
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 |