diff options
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 |