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 /NEWS | |
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 | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -7,6 +7,16 @@ Here is a history of user visible changes to Mailman. 2.1.19 (xx-xxx-xxxx) + New Features + + - There is a new list attribute in the Bounce processing section. + bounce_notify_owner_on_bounce_increment if set to Yes will cause + Mailman to notify the list owner on every bounce that increments a + list member's score but doesn't result in a probe or disable. There + is a new configuration setting setting + DEFAULT_BOUNCE_NOTIFY_OWNER_ON_BOUNCE_INCREMENT to set the default + for new lists. This in turn defaults to No. (LP: #1382150) + Changed behavior - Mailman's log files, request.pck files and heldmsg-* files are no |