Code

Fix matching of incoming email addresses to the alternate_addresses
authorschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 24 Aug 2011 14:43:52 +0000 (14:43 +0000)
committerschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Wed, 24 Aug 2011 14:43:52 +0000 (14:43 +0000)
commit840af79b7d2c41ed0dfd70b496b6b5f3ffefc510
tree322a199f3dafc695591a4572542ca0f29281a6a6
parent1d785e9024cc06c4c4a098e767a2d24afb2a235d
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 :-)

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4644 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt
roundup/mailgw.py
test/test_mailgw.py