Re: [exim] spam handling question...

Top Page
Delete this message
Reply to this message
Author: Marco Wessel
Date:  
To: exim-users
Subject: Re: [exim] spam handling question...

On Mar 15, 2007, at 9:24 PM, James Price wrote:

>
> Maybe something like this for an SA rule where sender and domain  
> match:
> deny  message = SPAM: scored $spam_score where sender/recipient match
>       spam = nobody:true
>       condition = ${if <{$message_size}{100k}{1}{0}}
>       condition = ${if >{$spam_score_int}{50}{1}{0}}
>       condition = $(if eq{$sender}{$recipient}}


${if eq{$sender_address}{$localpart@$domain}}

off the top of my head?