~msapiro/mailman/topics

« back to all changes in this revision

Viewing changes to Mailman/Defaults.py.in

  • Committer: Mark Sapiro
  • Date: 2010-07-03 20:56:47 UTC
  • mfrom: (1006.3.2 2.2)
  • mto: (1006.1.254 2.2)
  • mto: This revision was merged to the branch mainline in revision 1022.
  • Revision ID: mark@msapiro.net-20100703205647-rdmmmctwensqq10v
Merged optional Sender: header feature from lp:~mss/mailman/2.2-sender-header.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1045
1045
# lists with no archives).
1046
1046
ALLOW_RFC2369_OVERRIDES = Yes
1047
1047
 
 
1048
# RFC 2822 suggests that not adding a Sender header when Mailman is the agent
 
1049
# responsible for the actual transmission is a breach of the RFC.  However,
 
1050
# some MUAs (notably Outlook) tend to display the Sender header instead of the
 
1051
# From details, confusing users and actually losing the original sender when
 
1052
# forwarding mail.  By setting this variable to Yes, list owners will be
 
1053
# given the option to avoid setting this header.
 
1054
ALLOW_SENDER_OVERRIDES = Yes
 
1055
 
1048
1056
# Defaults for content filtering on mailing lists.  DEFAULT_FILTER_CONTENT is
1049
1057
# a flag which if set to true, turns on content filtering.
1050
1058
DEFAULT_FILTER_CONTENT = No