Re: [exim] Spamassassin Rejecting High Scoring Spam

Top Page
Delete this message
Reply to this message
Author: Larry Rosenman
Date:  
To: 'Matt', 'Exim Mailing List'
Subject: Re: [exim] Spamassassin Rejecting High Scoring Spam
In my acl_check_content:

# Reject spam messages with score over 10, using an extra condition.
  deny  message = This message scored $spam_score points. Congratulations!
        condition = ${if <{$message_size}{500K}}
        spam = smmsp:true
        condition = ${if >{$spam_score_int}{100}{1}{0}}


I have the size limit so that large messages don't bog down SpamAssassin.

This is after a whole bunch of other checks in that ACL.



-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 512-248-2683                 E-Mail: ler@???
US Mail: 430 Valona Loop, Round Rock, TX 78681-3893


-----Original Message-----
From: exim-users-bounces@??? [mailto:exim-users-bounces@exim.org] On
Behalf Of Matt
Sent: Thursday, February 03, 2011 2:21 PM
To: Exim Mailing List
Subject: [exim] Spamassassin Rejecting High Scoring Spam

Does anyone know of a howto on setting up Exim to reject high scoring
SPAM at SMTP time?

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