I noticed that SieveNode.getValue() returns the escaped version of the value,
with the extra quotes and backslashes. So for the following script:
# TestFilter testQuoteEscape
if anyof (header :contains "subject" "a \" b") {
fileinto "TestFilter testQuoteEscape";
}
I get
"a \" b"
as opposed to
a " b
Is this intentional, or a bug? Seems like it would be more intuitive and
convenient if the framework to handled the unescaping for me.
Boris
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]