~msapiro/mailman/topics

« back to all changes in this revision

Viewing changes to Mailman/versions.py

  • Committer: Malte S. Stretz
  • Date: 2010-06-30 14:34:30 UTC
  • mto: (1006.1.110 2.2)
  • mto: This revision was merged to the branch mainline in revision 1022.
  • Revision ID: mss@apache.org-20100630143430-24boi97jjxqknuf1
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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
364
364
    add_only_if_missing('send_goodbye_msg', mm_cfg.DEFAULT_SEND_GOODBYE_MSG)
365
365
    add_only_if_missing('include_rfc2369_headers', 1)
366
366
    add_only_if_missing('include_list_post_header', 1)
 
367
    add_only_if_missing('include_sender_header', 1)
367
368
    add_only_if_missing('bounce_score_threshold',
368
369
                        mm_cfg.DEFAULT_BOUNCE_SCORE_THRESHOLD)
369
370
    add_only_if_missing('bounce_info_stale_after',