~tgc/mailman/2.1-da

« back to all changes in this revision

Viewing changes to Mailman/Defaults.py.in

  • Committer: Mark Sapiro
  • Date: 2013-07-20 16:29:50 UTC
  • Revision ID: mark@msapiro.net-20130720162950-jye6tpbdlutywo9h
Updates to Farsi translation.

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_FROM_IS_LIST below.
113
 
ALLOW_FROM_IS_LIST = No
 
112
# See DEFAULT_AUTHOR_IS_LIST below.
 
113
ALLOW_AUTHOR_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 from_is_list setting is 1.
 
564
# 1 -> remove headers only if the list's author_is_list setting is Yes.
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',
598
597
    'ToOutgoing',
599
598
    ]
600
599
 
1080
1079
# Send goodbye messages to unsubscribed members?
1081
1080
DEFAULT_SEND_GOODBYE_MSG = Yes
1082
1081
 
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_FROM_IS_LIST = 0
 
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
1090
1085
 
1091
1086
# Wipe sender information, and make it look like the list-admin
1092
1087
# address sends all messages