Re: [Exim] Exim and Sieve rules

Etusivu
Poista viesti
Vastaa
Lähettäjä: Tor Slettnes
Päiväys:  
Vastaanottaja: Michael Haardt
Kopio: exim-users
Aihe: 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