~msapiro/mailman/topics

« back to all changes in this revision

Viewing changes to Mailman/MailList.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:
366
366
        self.available_languages = []
367
367
        self.include_rfc2369_headers = 1
368
368
        self.include_list_post_header = 1
 
369
        self.include_sender_header = 1
369
370
        self.filter_mime_types = mm_cfg.DEFAULT_FILTER_MIME_TYPES
370
371
        self.pass_mime_types = mm_cfg.DEFAULT_PASS_MIME_TYPES
371
372
        self.filter_filename_extensions = \