[Bug] FTS invalid address parsing
azurit at pobox.sk
azurit at pobox.sk
Sun Apr 9 15:42:33 EEST 2017
Hi,
i found another bug in FTS while parsing
quoted-printable/base64-encoded sender's name inside 'From' header
(again, i was figuring out why some of messages cannot be searched).
Header: From: =?UTF-8?Q?A=2CB?= <test at example.com>
Data send to Solr by Dovecot: <field name="from">A@, B
<test at example.com></field>
Header: From: =?UTF-8?Q?A_B=2CC?= <test at example.com>
Data send to Solr by Dovecot: <field name="from">A@</field>
Header: From: =?UTF-8?B?QSBCLEMK?= <test at example.com>
Data send to Solr by Dovecot: <field name="from">A@</field>
Dovecot 2.2.27.
azur
More information about the dovecot
mailing list