Hi, The sieve-implementation of cyrus-imapd cannot parse a sequence like this one : [...] if allof ( header :contains ["From", "To"] ["test\\"] ) ^^^ [...] The problem is the escaped backslash at the end of the string. If I put a space between the last backslash and the quote sign (\\ ") it works. So it seems, that sieve recognizes the sequence as an escaped quote sign. Bug or Feature? Note: I do not consider this a big issue. It is just a little annoying -- bye, Ralf
- Re: Bug in SIEVE-implementation? Ralf Haferkamp
- Re: Bug in SIEVE-implementation? Lawrence Greenfield