Matt Soccio <soccio@???> came out of the corner and wrote:
> This file is nearly 7MB, so I don't understand why it is even going
> through the spam filter since my acls for spam should exclude anything
> over 90k:
>
> deny message = This message was detected as Spam.
> spam = spamassassin:true
> condition = ${if <{$message_size}{90k}{1}{0}}
> condition = ${if >{$spam_score_int}{150}{1}{0}}
> log_message = Message dropped with $spam_score_int Spam Score.
Here you say:
1) Scan for spam with user spamassassin
2) then check if message-size < 90k
3) then check if spam-score > 15
You should switch 1 and 2 :-)
--
Bernt 'Burnie' Pettersen /// DoD#2345 NAF
<E-mail:burnie@???> /// <URL:http://burnie.sh/>
Well, actually I couldn't find a better signature here.....