Hello,
the parser transforms URLs to special tokens, eg.
__URL__wwwXdropboxXcom.
You can check it by running "pilertest message.eml" to see what the
parser
makes.
However this is not a human friendly token, so the gui make this
transformation
or rewriting when you enter http://www.dropbox.com. The problem is that
the ':'
in http://.... interferes with the parser, so either don't specify
"body:" or
apply the fix, see
https://bitbucket.org/jsuto/piler/commits/9d948b439fe226d85ffe0d4cd28b4e4fefed478e
for more.
The fix application depends on what version you have. As a last resort
you may specify
the following:
body: __URL__wwwXdropboxXcom
Best regards,
Janos
On 2014-06-12 13:47, Nick I wrote:
Can some one advise for the right search command to look for:
www.dropbox.com [1]
I found that if message is only in plaintext then i can not find it
by:
body: www.dropbox.com [1]
If message has html part then i can search it properly.
Example is attached.
Thanks.