aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2017-06-06 14:44:09 -0700
committerMark Sapiro <mark@msapiro.net>2017-06-06 14:44:09 -0700
commitb10ddd1173595992cd02748d8fcc633199b1b873 (patch)
tree41a6eaa6e2af5f2dd54bbf70984a931746cb91d1 /NEWS
parent4d3f440efd8b01cd16cb0d0644cac5fce3609b46 (diff)
downloadmailman2-b10ddd1173595992cd02748d8fcc633199b1b873.tar.gz
mailman2-b10ddd1173595992cd02748d8fcc633199b1b873.tar.xz
mailman2-b10ddd1173595992cd02748d8fcc633199b1b873.zip
Ensure aliases.db and virtual-mailman.db are world readable and owned
by the Mailman user.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9b6d4753..ee6e8449 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,10 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - Fixed MTA/Postfix.py to ensure that created aliases(.db) and
+ virtual-mailman(.db) files are readable by Postfix and the .db files are
+ owned by the Mailman user. (LP: #1696066)
+
- Defended against certain web attacks that cause exceptions and "we hit
a bug" responses when POST data or query fragments contain multiple
values for the same parameter. (LP: #1695667)