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:[EMAIL PROTECTED]
title:President
tel;work:905-471-1691
tel;fax:905-471-3016
tel;cell:416-540-7694
version:2.1
end:vcard

-- 
## 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