]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-fts: Don't treat empty domains as valid addresses.
authorTimo Sirainen <tss@iki.fi>
Sat, 9 May 2015 09:39:21 +0000 (12:39 +0300)
committerTimo Sirainen <tss@iki.fi>
Sat, 9 May 2015 09:39:21 +0000 (12:39 +0300)
commit173d34afe822575f4cd71b2abcd77394323692f7
tree0d4a857abfba5630bd178d1450c9ee0ac4508368
parent81fd40df7ba295e2af88d7ed460919303a83aef0
lib-fts: Don't treat empty domains as valid addresses.
This actually pretty much reverts the previous patch and just fixes the
original code's chars_after_at() to work correctly. Also renamed the
function to make it a bit clearer what was intended.
src/lib-fts/fts-tokenizer-address.c
src/lib-fts/test-fts-tokenizer.c