Michael Ben-Nes wrote:
> is this posible then ?
>
> ${if and
> {{>[EMAIL PROTECTED]
Yes, but it's not nice, visually and technically. The message does not
have to be scanned if the sender is [EMAIL PROTECTED]
Better do:
deny
message = This message scored $spam_score spam points.
! senders = [EMAIL PROTECTED]
spam = nobody:true
condition = ${if >{$spam_score_int}{45}{1}{0}}
--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/