diff options
author | Mark Sapiro <mark@msapiro.net> | 2016-04-14 16:25:57 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2016-04-14 16:25:57 -0700 |
commit | 5019dc01d25398b37596e86a7fa9c036576c4235 (patch) | |
tree | e5caf9f96a1df779bab21c175cdc3e6ded60a86a /NEWS | |
parent | 1ced1bf606d8545d15437765f23f8004d196739b (diff) | |
download | mailman2-5019dc01d25398b37596e86a7fa9c036576c4235.tar.gz mailman2-5019dc01d25398b37596e86a7fa9c036576c4235.tar.xz mailman2-5019dc01d25398b37596e86a7fa9c036576c4235.zip |
Fixed missing VIRTUAL_MAILMAN_LOCAL_DOMAIN and duplicates in virtual-mailman.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -19,6 +19,10 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - All addresses in data/virtual-mailman are now properly appended with + VIRTUAL_MAILMAN_LOCAL_DOMAIN and duplicates are not generated if the + site list is in a virtual domain. (LP: #1570630) + - DMARC mitigations will now find the From: domain to the right of the rightmost '@' rather than the leftmost '@'. (LP: #1568445) |