aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Defaults.py.in
diff options
context:
space:
mode:
authorMark Sapiro <msapiro@value.net>2007-11-25 08:12:16 -0800
committerMark Sapiro <msapiro@value.net>2007-11-25 08:12:16 -0800
commit9d6cceb06b3e6bc145efcc95d910bebdff74587d (patch)
tree08144fba8c7854cf328072edcaa7cc01e8c2a90e /Mailman/Defaults.py.in
parentbd3617882ca74d8a36755a5133132556cfeb2968 (diff)
parent95fb97f0940d4c206ec790d0a6a6e49c6732eab5 (diff)
downloadmailman2-9d6cceb06b3e6bc145efcc95d910bebdff74587d.tar.gz
mailman2-9d6cceb06b3e6bc145efcc95d910bebdff74587d.tar.xz
mailman2-9d6cceb06b3e6bc145efcc95d910bebdff74587d.zip
Merged Tokio's sibling list patch
Diffstat (limited to '')
-rw-r--r--Mailman/Defaults.py.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index f8ea2e40..8e2f9db4 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -905,6 +905,11 @@ DEFAULT_UMBRELLA_LIST = No
# administrative notices (subscription confirmations, password reminders):
DEFAULT_UMBRELLA_MEMBER_ADMIN_SUFFIX = "-owner"
+# Exclude/include (sibling) lists for non-digest delivery.
+DEFAULT_REGULAR_EXCLUDE_LISTS = []
+DEFAULT_REGULAR_INCLUDE_LISTS = []
+ALLOW_CROSS_DOMAIN_SIBLING = False
+
# This variable controls whether monthly password reminders are sent.
DEFAULT_SEND_REMINDERS = Yes