Displaying 3 results from an estimated 3 matches for "2cb".
Did you mean:
  2b
  
2017 Apr 09
2
[Bug] FTS invalid address parsing
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  
&lt;test at example.com&gt;</field>
Header: From: =?UTF-8?Q?A_B=2CC?= <test at example.com>
Data send to Solr by Dovecot: <field name="from">A@</fi...
2017 Apr 09
0
[Bug] FTS invalid address parsing
...2017, at 15.42, azurit at pobox.sk wrote:
> 
> 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 &lt;test at example.com&gt;</field>
> 
> 
> Header: From: =?UTF-8?Q?A_B=2CC?= <test at example.com>
> Data send to Solr by Dovecot: <field name="...
2013 Sep 01
2
string processing(regular expressions)
I have a variable that is course #
nCourse <-
as.factor(c("002A","002B","002C","007A","007B","007C","101","118A","118B","118C"))
And I would like to get rid of the leading zeros, and have the following
set