diff options
author | Mark Sapiro <mark@msapiro.net> | 2017-07-21 09:16:33 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2017-07-21 09:16:33 -0700 |
commit | 46248693de9841c6ef8b73e6d40ceae357c36703 (patch) | |
tree | e0d75e51bc1d4fc9e2c75867055a5c08d87f4e99 /NEWS | |
parent | c4c4c8007bf85afee71420576d343442e388f352 (diff) | |
download | mailman2-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-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |