[Dovecot] Sieve "header :value" test does not work

Tom Hendrikx tom at whyscream.net
Tue Sep 6 22:11:49 EEST 2011


hi,

After following some examples and searching for sieve samples in this ml
history, I'm quite sure that the following sieve snippet should give no
surprises:

if header :value "ge" :comparator "i;ascii-numeric" "X-Header-Name"
"0.99" { /* do something */ }

However the Pigeonhole Sieve 0.2.3 on dovecot 2.0.14 gives me following
error:

test: line 3: error: unknown tagged argument ':value' for the header
test (reported only once at first occurence).
test: error: validation failed.

What obvious mistake am I failing to see here?

--
Tom



More information about the dovecot mailing list