summaryrefslogtreecommitdiff
path: root/Mailman/Defaults.py.in
diff options
context:
space:
mode:
authorbwarsaw2002-03-07 22:14:20 +0000
committerbwarsaw2002-03-07 22:14:20 +0000
commitfeab9776cf40d0178213129e5941859678cd8d9b (patch)
treee9138955e0c0b22598e1f4ee85943ea54229274e /Mailman/Defaults.py.in
parentf8417dbfe8c0d44c3134fea7d318fff50ecef934 (diff)
downloadmailman-feab9776cf40d0178213129e5941859678cd8d9b.tar.gz
mailman-feab9776cf40d0178213129e5941859678cd8d9b.tar.zst
mailman-feab9776cf40d0178213129e5941859678cd8d9b.zip
DEFAULT_BOUNCE_UNRECOGNIZED_GOES_TO_LIST_OWNER: Default value for
bounce_unrecognized_goes_to_list_owner attribute.
Diffstat (limited to 'Mailman/Defaults.py.in')
-rw-r--r--Mailman/Defaults.py.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index f1022639a..0ea90cb33 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -873,6 +873,10 @@ DEFAULT_BOUNCE_YOU_ARE_DISABLED_WARNINGS = 3
# The interval of time between disabled warnings.
DEFAULT_BOUNCE_YOU_ARE_DISABLED_WARNINGS_INTERVAL = days(7)
+# Does the list owner get messages to the -bounces (and -admin) address that
+# failed to match by the bounce detector?
+DEFAULT_BOUNCE_UNRECOGNIZED_GOES_TO_LIST_OWNER = 1
+
# List of addresses (lhs of the @) that likely come only from MTAs bouncing
# messages. This is used in the bounce detector and MailCommandHandler.py to
# stop processing or forwarding such messages.