aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2008-11-14 14:09:30 -0800
committerMark Sapiro <mark@msapiro.net>2008-11-14 14:09:30 -0800
commit7267f4fe1452d61f528da083308fbe38d5e1603a (patch)
tree122a17d6ff72ca3e4cc240850fd61c3c764deabf /NEWS
parente027fb3db061d92f285b0ba50031c0990008097a (diff)
downloadmailman2-7267f4fe1452d61f528da083308fbe38d5e1603a.tar.gz
mailman2-7267f4fe1452d61f528da083308fbe38d5e1603a.tar.xz
mailman2-7267f4fe1452d61f528da083308fbe38d5e1603a.zip
Fixed a bug in AvoidDuplicates.py that caused it to fail if the address
in the To: or Cc: header differed in case from the case-preserved member address. Bug #297795.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f364d41a..b58b8eef 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,10 @@ Here is a history of user visible changes to Mailman.
certain errors that can be caused by configuration of a particular list.
Bug #265941 (sf775100).
+ - Fixed a bug in AvoidDuplicates.py that caused it to fail if the address
+ in the To: or Cc: header differed in case from the case-preserved member
+ address. Bug #297795.
+
2.1.11 (30-Jun-2008)
New Features