diff options
author | Mark Sapiro <mark@msapiro.net> | 2017-06-06 14:44:09 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2017-06-06 14:44:09 -0700 |
commit | b10ddd1173595992cd02748d8fcc633199b1b873 (patch) | |
tree | 41a6eaa6e2af5f2dd54bbf70984a931746cb91d1 /NEWS | |
parent | 4d3f440efd8b01cd16cb0d0644cac5fce3609b46 (diff) | |
download | mailman2-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-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |