Re: [exim] spam actions based on score

Top Page
Delete this message
Reply to this message
Author: Frank S. Bernhardt
Date:  
To: Gordon
CC: Exim Mailing List
Subject: Re: [exim] spam actions based on score
Hi Gordon.

Gordon wrote:
> Currently I am rejecting SPAM that meet my reject bar (still tweaking)
>
> Can I set 2 bars?
>
> >150 drop
> >100 reject
>
>
>     deny    condition = ${if >{$spam_score_int}{100} {1}}
>             message   = Your message was RejecteD as Spam

>


How about:

     discard condition = ${if >{$spam_score_int}{150} {1}}
             log_message = Message was RejecteD as Spam


     deny    condition = ${if >{$spam_score_int}{100} {1}}
             message   = Your message was RejecteD as Spam



>
> Not sure I like giving spammers feedback...
>


Aw, why not? They must be lonely people because everyone hates them. :P

Cheers.
begin:vcard
fn:Frank Bernhardt
n:Bernhardt;Frank
org:b.c.s.i.
adr:;;14 Halton Court;Markham;ON;L3P 6R3;Canada
email;internet:frank@???
title:President
tel;work:905-471-1691
tel;fax:905-471-3016
tel;cell:416-540-7694
version:2.1
end:vcard