~msapiro/mailman/mhonarc

« back to all changes in this revision

Viewing changes to Mailman/versions.py

  • Committer: Mark Sapiro
  • Date: 2019-11-08 21:56:07 UTC
  • mfrom: (1629.23.15 2.1)
  • Revision ID: mark@msapiro.net-20191108215607-7xvnkfzypi5xqhtt
Merged from 2.1 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
508
508
                       mm_cfg.DEFAULT_EQUIVALENT_DOMAINS)
509
509
    add_only_if_missing('new_member_options',
510
510
                        mm_cfg.DEFAULT_NEW_MEMBER_OPTIONS)
 
511
    add_only_if_missing('drop_cc', mm_cfg.DEFAULT_DROP_CC)
511
512
    # Emergency moderation flag
512
513
    add_only_if_missing('emergency', 0)
513
514
    add_only_if_missing('hold_and_cmd_autoresponses', {})