aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2017-07-21 09:16:33 -0700
committerMark Sapiro <mark@msapiro.net>2017-07-21 09:16:33 -0700
commit46248693de9841c6ef8b73e6d40ceae357c36703 (patch)
treee0d75e51bc1d4fc9e2c75867055a5c08d87f4e99 /NEWS
parentc4c4c8007bf85afee71420576d343442e388f352 (diff)
downloadmailman2-46248693de9841c6ef8b73e6d40ceae357c36703.tar.gz
mailman2-46248693de9841c6ef8b73e6d40ceae357c36703.tar.xz
mailman2-46248693de9841c6ef8b73e6d40ceae357c36703.zip
Changed wrapper environment cleaning from blacklist to whitelist.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 934ed640..eff16f51 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,9 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
+ - Changed the SETGID wrappers to only pass those items in the environment
+ that are needed by the called scripts. (LP: #1705736)
+
- 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)