aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2015-08-08 20:51:59 -0700
committerMark Sapiro <mark@msapiro.net>2015-08-08 20:51:59 -0700
commitfc381dd41d2d4db6b4e04014a4802befda767fd8 (patch)
tree91d3501b1f0e5e851151b99ee39fc22716edd5e0 /NEWS
parent8f2be988de1c3fe4e05fa92ee3ac3f3a92e02dd2 (diff)
downloadmailman2-fc381dd41d2d4db6b4e04014a4802befda767fd8.tar.gz
mailman2-fc381dd41d2d4db6b4e04014a4802befda767fd8.tar.xz
mailman2-fc381dd41d2d4db6b4e04014a4802befda767fd8.zip
Fixed bug with delayed probe bounces.
Diffstat (limited to '')
-rwxr-xr-xNEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3ecbb771..4e481f08 100755
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,10 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - Fixed a bug where a delayed probe bounce can throw an AttributeError.
+ Now this will be logged and the probe bounce forwarded to the list
+ admin if bounce_unrecognized_goes_to_list_owner is Yes. (LP: #1482940)
+
- If a list is not digestable an the user is not currently set to
receive digests, the digest options will not be shown on the user's
options page. (LP: #1476298)