diff options
author | Mark Sapiro <mark@msapiro.net> | 2008-11-14 14:09:30 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2008-11-14 14:09:30 -0800 |
commit | 7267f4fe1452d61f528da083308fbe38d5e1603a (patch) | |
tree | 122a17d6ff72ca3e4cc240850fd61c3c764deabf /NEWS | |
parent | e027fb3db061d92f285b0ba50031c0990008097a (diff) | |
download | mailman2-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-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |