Re: [Exim] exim bug? .forward filter always firing even for …

Pàgina inicial
Delete this message
Reply to this message
Autor: Tom Kistner
Data:  
A: frank, exim-users
Assumpte: Re: [Exim] exim bug? .forward filter always firing even for non-spam
Frank S. Bernhardt wrote:

> We're running exim 4.22 with exiscan and spamassassin 2.63.


What does your ACL entry look like? Do you invoke SA via exiscan at all?
What headers do you add?

> Everything was working pretty well for a while and then one day most of
> the e-mail was being placed into the spam folder by .forward even though
> the X-Spam-Status was set to No.


And this is the content of the .forward file: (?)

> # Exim filter
> if
>    $h_X-Spam-Status: contains "Yes"
>    or
>    "${if def:h_X-Spam-Flag {def}{undef}}" is "def"
> then
>    save $home/spam
>    finish
> endif


So it is spam if the X-Spam-Flag header is defined, even if it is empty?

/tom