aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2016-04-14 16:25:57 -0700
committerMark Sapiro <mark@msapiro.net>2016-04-14 16:25:57 -0700
commit5019dc01d25398b37596e86a7fa9c036576c4235 (patch)
treee5caf9f96a1df779bab21c175cdc3e6ded60a86a /NEWS
parent1ced1bf606d8545d15437765f23f8004d196739b (diff)
downloadmailman2-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--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0c95a8b9..f110a3f7 100644
--- a/NEWS
+++ b/NEWS
@@ -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)