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?

Thanks
Frank



Frank DeChellis
President, Internet Access Worldwide
Welland, Ontario, Canada
www.iaw.com




-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to