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?= <[email protected]>
Data send to Solr by Dovecot: <field name="from">A@, B
&lt;[email protected]&gt;</field>
Header: From: =?UTF-8?Q?A_B=2CC?= <[email protected]>
Data send to Solr by Dovecot: <field name="from">A@</field>
Header: From: =?UTF-8?B?QSBCLEMK?= <[email protected]>
Data send to Solr by Dovecot: <field name="from">A@</field>
Dovecot 2.2.27.
azur