diff options
author | Mark Sapiro <msapiro@value.net> | 2007-11-25 08:12:16 -0800 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2007-11-25 08:12:16 -0800 |
commit | 9d6cceb06b3e6bc145efcc95d910bebdff74587d (patch) | |
tree | 08144fba8c7854cf328072edcaa7cc01e8c2a90e /Mailman/Defaults.py.in | |
parent | bd3617882ca74d8a36755a5133132556cfeb2968 (diff) | |
parent | 95fb97f0940d4c206ec790d0a6a6e49c6732eab5 (diff) | |
download | mailman2-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.in | 5 |
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 |