Displaying 5 results from an estimated 5 matches for "dxnlcjjazxhhbxbszs5jb20".
2020 Jul 20
2
To field was not correct indexed by FTS
Hi,
This To field was not correct indexed by FTS.
To: Yamada Taro <yamada at example.com>,=?UTF-8?B?dXNlcjJAZXhhbXBsZS5jb20=?= <user2 at example.com>, =?UTF-8?B?dXNlcjNAZXhhbXBsZS5jb20=?= <user3 at example.com>,
	user4 desu <user4 at example.com>
--> Yamada Taro  <yamada at example.com> , user2 at example.com
And follow was correct indexed by FTS
To: Yamada Taro <yamada at example.com>...
2020 Jul 20
2
To field was not correct indexed by FTS
Hi,
Thank you for your reply.
I hope this bug to be fixed soon. :)
Thank you.
Tachibana
----- Original Message -----
> On Mon, Jul 20, 2020 at 09:43:12 -0400, Josef 'Jeff' Sipek wrote:
> > On Mon, Jul 20, 2020 at 20:24:13 +0900, TACHIBANA Masashi wrote:
> ...
> > Thanks for the report.  I reproduced it locally, but I'm not sure what is
> > causing it yet.
2020 Jul 20
0
To field was not correct indexed by FTS
...at example.com>
Debug: @@@@@ tmp_value:"Yamada Taro" <yamada at example.com>, <user2 at example.com>
Regards,
----- Original Message -----
> Hi,
> 
> This To field was not correct indexed by FTS.
> 
> To: Yamada Taro <yamada at example.com>,=?UTF-8?B?dXNlcjJAZXhhbXBsZS5jb20=?= <user2 at example.com>, =?UTF-8?B?dXNlcjNAZXhhbXBsZS5jb20=?= <user3 at example.com>,
> 	user4 desu <user4 at example.com>
> 
> --> Yamada Taro  <yamada at example.com> , user2 at example.com
> 
> And follow was correct indexed by FTS
> 
> To: Yamad...
2020 Jul 21
0
To field was not correct indexed by FTS
...le.com
	<test at example.com>
	Test <test at example.com>
	"test at example.com" <test at example.com>
but this one is bad:
	test at example.com <test at example.com>
In your case, the name is encoded but not quoted so even though the email
contains:
	=?UTF-8?B?dXNlcjJAZXhhbXBsZS5jb20=?= <user2 at example.com>
the parser sees:
	user2 at example.com <user2 at example.com>
Which is invalid.
Dovecot parsing needs to be improved, but as I already mentioned it is an
improvement to handling of malformed input.  So, as a workaround, if you
control the software/system th...
2020 Jul 20
2
To field was not correct indexed by FTS
...mada Taro" <yamada at example.com>, <user2 at example.com>
> 
> 
> Regards,
> 
> ----- Original Message -----
> > Hi,
> > 
> > This To field was not correct indexed by FTS.
> > 
> > To: Yamada Taro <yamada at example.com>,=?UTF-8?B?dXNlcjJAZXhhbXBsZS5jb20=?= <user2 at example.com>, =?UTF-8?B?dXNlcjNAZXhhbXBsZS5jb20=?= <user3 at example.com>,
> > 	user4 desu <user4 at example.com>
> > 
> > --> Yamada Taro  <yamada at example.com> , user2 at example.com
> > 
> > And follow was correct indexed by...