Aaron,
This may be something related to my problem no?


----- Original Message ----- From: "Vladimir" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Friday, November 17, 2006 1:17 PM
Subject: [Dbmail] libsieve problem


Hi all.

I'm using libsieve with dbmail system.
I want to filter messages based on the "X-Spam-Score" header field.
For example:
require ["fileinto", "comparator-i;ascii-numeric"];
if
header :value "ge" :comparator "i;ascii-numeric" ["X-Spam-score"] ["10"] {
       discard;
       stop;
}

But when i try to insert the script into dbmail it says:
Script has errors: Parse error on line [1]: unsupported feature: comparator-i;ascii-numeric.

I've discovered, that comparator-i;ascii-numeric is not implemented in
libsieve (according to http://wiki.fastmail.fm/index.php/SieveExtensionsSupportMatrix)

Is there a workaround? How can i compare numeric values?

--
Regards,
Vladimir                          mailto:[EMAIL PROTECTED]

_______________________________________________
DBmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail


Reply via email to