Re: [Exim] Exim and Sieve rules

Top Page
Delete this message
Reply to this message
Author: Tor Slettnes
Date:  
To: Michael Haardt
CC: exim-users
Subject: Re: [Exim] Exim and Sieve rules
On May 6, 2004, at 01:53, Michael Haardt wrote:

> The Cyrus implementation contains indeed way more extensions. Which
> specific issues do you have concerning RFC compliance of the Exim Sieve
> implementation?


A very simple example is ":matches". The statement:

     if :header :matches "X-Spam-Status" "Yes*"
        { fileinto "INBOX.Junk"; }


does not work in Exim sieve filters. I had to use ":contains" instead.
(This is a while a go, circa 4.20).

-tor