Frank DeChellis wrote:
> Hi,
>
> We're using Exim 4.67 with Spam Assassin 3.something
>
> Here is the line in my config for exim to reject the spam based on a score
> of 6.0:
>
> deny message = This message scored $spam_score spam points
> spam = nobody:true/defer_ok
> condition = ${if > {$spam_score_int}{60}{1}{0}}
>
> My problem is I am routinely receiving spam in my box scoring between 6.1
> and 8.0.
>
> Is the format of my condition statement incorrect?
>
>
Your syntax should work.
Is spamassassin really scanning the mail? You have put defer_ok, that means if
spamassassin doesn't answer, the mail will pass through.