Displaying 2 results from an estimated 2 matches for "5cf9332c".
2016 Sep 06
3
sieve - find in header
Hello list,
have a problem with sieve script. I want to perform an action if an
arbitrary headerline contains a defined string.
I tried with regex:
if header :regex [".*"] ["searchstri.*"]
{
fileinto "junk";
}
This is not working because regex is only used in 2nd argument
["searchstri.*"]
In 1st argument [".*"] no regex is used, sieve
2016 Sep 08
2
sieve - find in header
...you need to use to look for it?
Kind regards,
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://dovecot.org/pipermail/dovecot/attachments/20160908/5cf9332c/attachment-0001.sig>