search for: ad028a950248

Displaying 3 results from an estimated 3 matches for "ad028a950248".

2015 Oct 14
3
Strange indexing behavior on HTML emails ..
Hi, In continuation to the issue I had posted about long back: http://www.dovecot.org/list/dovecot/2014-August/097362.html I did further testing today on a fresh new Debian & latest Dovecot and observed a undesired behavior. I am using fts_lucene & following sequence of commands on a empty test account me at myself.com: doveadm expunge -u 'my at myself.com' mailbox
2015 Oct 14
0
Strange indexing behavior on HTML emails ..
Tried latest source from HG and with solr also apart from lucene which I tested previously. The problem with single quotes in HTML is still there. The revision: http://hg.dovecot.org/dovecot-2.2/rev/ad028a950248 should have solved it but the relevant code no longer exists in src/plugins/fts/fts-parser-html.c. Seems like it has been moved into lib-mail. The file src/lib-mail/mail-html2text.c does contain something about single quotes but to no avail. Can someone at-least confirm existence of this issue...
2015 Oct 15
3
Strange indexing behavior on HTML emails ..
On Wed, Oct 14, 2015 at 08:33:56PM +0530, Akash wrote: > Tried latest source from HG and with solr also apart from lucene which I > tested previously. The problem with single quotes in HTML is still there. > > The revision: > > http://hg.dovecot.org/dovecot-2.2/rev/ad028a950248 > > should have solved it but the relevant code no longer exists in > src/plugins/fts/fts-parser-html.c. Seems like it has been moved into > lib-mail. The file src/lib-mail/mail-html2text.c does contain something > about single quotes but to no avail. Can someone at-least confirm ex...