From 95fb97f0940d4c206ec790d0a6a6e49c6732eab5 Mon Sep 17 00:00:00 2001 From: Tokio Kikuchi Date: Sun, 25 Nov 2007 16:08:04 +0900 Subject: Add 'sibling list' feature: exclude and include lists are other mailing lists whose members are exclude or included if they appear in To: or Cc:. (Patch ID 1347962) --- Mailman/Defaults.py.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Mailman/Defaults.py.in') diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index c456c4a3..4618fc23 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 -- cgit v1.2.3