~msapiro/mailman/topics

« back to all changes in this revision

Viewing changes to Mailman/versions.py

  • 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:
1
 
# Copyright (C) 1998-2008 by the Free Software Foundation, Inc.
 
1
# Copyright (C) 1998-2010 by the Free Software Foundation, Inc.
2
2
#
3
3
# This program is free software; you can redistribute it and/or
4
4
# modify it under the terms of the GNU General Public License
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',