On May 7, 2004, at 09:35, Tor Slettnes wrote:
> Using Cyrus sieve filters, the line:
> if header :matches "X-Spam-Status" "Yes.*"
> works as expected.
Michael, I'm sorry, but I was wrong.
I thought ":matches" would perform regular expression matching; in
reality (per RFC3028) it performs a wildcard match.
Moreover, my own sieve script (filtered by way of Cyrus) did indeed
contain the line:
if header :matches "X-Spam-Status" "Yes*"
which, as I just verified, works fine on an Exim filter on my friend's
machine as well.
Again, sorry for the confusion, but there is no issue here. :^P
-tor