Mercurial > p > roundup > code
diff CHANGES.txt @ 4531:ddff9669361b
Fix matching of incoming email addresses to the alternate_addresses field...
...of a user -- this would match substrings, e.g. if the user has
discuss-support@example.com as an alternate email and an incoming mail
is addressed to support@example.com this would (wrongly) match.
Note: I *think* I've seen this discussed somewhere but couldn't find it,
neither in the tracker nor in recent discussions on the mailinglists.
So if someone remembers an issue which now should be closed, please
tell me :-)
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Wed, 24 Aug 2011 14:43:52 +0000 |
| parents | c1c395058dee |
| children | 6b8abdc4bb22 |
line wrap: on
line diff
--- a/CHANGES.txt Thu Aug 11 19:21:26 2011 +0000 +++ b/CHANGES.txt Wed Aug 24 14:43:52 2011 +0000 @@ -8,12 +8,15 @@ Features: Fixed: -issue2550715: IndexError when requesting non-existing file via http. +- issue2550715: IndexError when requesting non-existing file via http. Reported and fixed by Cédric Krier. (Bernhard) - -issue2550695: 'No sort or group' settings not retained when editing queries. +- issue2550695: 'No sort or group' settings not retained when editing queries. Reported and fixed by John Kristensen. Tested by Satchidanand Haridas. (Bernhard) +- Fix matching of incoming email addresses to the alternate_addresses + field of a user -- this would match substrings, e.g. if the user has + discuss-support@example.com as an alternate email and an incoming mail + is addressed to support@example.com this would (wrongly) match. (Ralf) 2011-07-15 1.4.19 (r4638)
