diff options
author | Mark Sapiro <mark@msapiro.net> | 2014-10-16 22:09:49 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2014-10-16 22:09:49 -0700 |
commit | 15e0573756e18870b4f8ae7a26b272b792baf94d (patch) | |
tree | 531f6400760096a25f7c6908fb35780ffe6ccdfb /Mailman/Defaults.py.in | |
parent | 851430b1cfbee6d92e4e1c0f110e4e66a1609d55 (diff) | |
download | mailman2-15e0573756e18870b4f8ae7a26b272b792baf94d.tar.gz mailman2-15e0573756e18870b4f8ae7a26b272b792baf94d.tar.xz mailman2-15e0573756e18870b4f8ae7a26b272b792baf94d.zip |
Implemented the ability to forward bounces to the list owner.
Diffstat (limited to '')
-rwxr-xr-x | Mailman/Defaults.py.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index 3ecf996a..23215116 100755 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -1344,6 +1344,10 @@ DEFAULT_BOUNCE_YOU_ARE_DISABLED_WARNINGS_INTERVAL = days(7) # failed to match by the bounce detector? DEFAULT_BOUNCE_UNRECOGNIZED_GOES_TO_LIST_OWNER = Yes +# Does the list owner get a copy of every recognized bounce that increments +# the score for a list member but doesn't result in a disable or probe? +DEFAULT_BOUNCE_NOTIFY_OWNER_ON_BOUNCE_INCREMENT = No + # Notifications on bounce actions. The first specifies whether the list owner # should get a notification when a member is disabled due to bouncing, while # the second specifies whether the owner should get one when the member is |