~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-28 23:08:15 UTC
  • Revision ID: mark@msapiro.net-20130928230815-86m44evqe74e4b4e
Tags: 2.1.16rc3
Renamed author_is_list to from_is_list.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
AUTHENTICATION_COOKIE_LIFETIME = 0
110
110
 
111
111
# The following must be set to Yes to enable the 'author is list' feature.
112
 
# See DEFAULT_AUTHOR_IS_LIST below.
113
 
ALLOW_AUTHOR_IS_LIST = No
 
112
# See DEFAULT_FROM_IS_LIST below.
 
113
ALLOW_FROM_IS_LIST = No
114
114
 
115
115
# Form lifetime is set against Cross Site Request Forgery.
116
116
FORM_LIFETIME = hours(1)
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 1.
 
564
# 1 -> remove headers only if the list's from_is_list setting is 1.
565
565
# Yes, 2, True -> always remove headers.
566
566
REMOVE_DKIM_HEADERS = No
567
567
 
1086
1086
#      that of the list.  Also see REMOVE_DKIM_HEADERS above.
1087
1087
# 2 -> Do not modify the From: of the message, but wrap the message in an outer
1088
1088
#      message From the list address.
1089
 
DEFAULT_AUTHOR_IS_LIST = 0
 
1089
DEFAULT_FROM_IS_LIST = 0
1090
1090
 
1091
1091
# Wipe sender information, and make it look like the list-admin
1092
1092
# address sends all messages