~tgc/mailman/2.1-da

« back to all changes in this revision

Viewing changes to Mailman/Defaults.py.in

  • Committer: Mark Sapiro
  • Date: 2013-09-27 23:33:35 UTC
  • Revision ID: mark@msapiro.net-20130927233335-o2pmv0e5k0f77sb8
Made author_is_list a 3-way with an option to wrap the message.

Show diffs side-by-side

added added

removed removed

Lines of Context:
561
561
# broken and even if the outgoing message is resigned.  However, some sites
562
562
# may wish to remove these headers.  Possible values and meanings are:
563
563
# No, 0, False -> do not remove headers.
564
 
# 1 -> remove headers only if the list's author_is_list setting is Yes.
 
564
# 1 -> remove headers only if the list's author_is_list setting is 1.
565
565
# Yes, 2, True -> always remove headers.
566
566
REMOVE_DKIM_HEADERS = No
567
567
 
594
594
    # (outgoing) path, finally leaving the message in the outgoing queue.
595
595
    'AfterDelivery',
596
596
    'Acknowledge',
 
597
    'WrapMessage',
597
598
    'ToOutgoing',
598
599
    ]
599
600
 
1079
1080
# Send goodbye messages to unsubscribed members?
1080
1081
DEFAULT_SEND_GOODBYE_MSG = Yes
1081
1082
 
1082
 
# Rewrite the From: header of posts replacing the posters address with
1083
 
# that of the list.  Also see REMOVE_DKIM_HEADERS above.
1084
 
DEFAULT_AUTHOR_IS_LIST = No
 
1083
# The following is a three way setting.
 
1084
# 0 -> Do not rewrite the From: or wrap the message.
 
1085
# 1 -> Rewrite the From: header of posts replacing the posters address with
 
1086
#      that of the list.  Also see REMOVE_DKIM_HEADERS above.
 
1087
# 2 -> Do not modify the From: of the message, but wrap the message in an outer
 
1088
#      message From the list address.
 
1089
DEFAULT_AUTHOR_IS_LIST = 0
1085
1090
 
1086
1091
# Wipe sender information, and make it look like the list-admin
1087
1092
# address sends all messages