Re: [Exim] Exim and Sieve rules

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Michael Haardt
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [Exim] Exim and Sieve rules
> 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.


The filter

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


works as expected here. Please send me a test message that reproduces
the problem. If there is a bug, I shall fix it.

Michael