webmaster 1usa.com wrote:
> How do I remove this IP from accumulating Catcher
points?
>
> Sender-Server-Helo: imo-d23.mx.aol.com
> Sender-Server-IP-Name: imo-d23.mx.aol.com
> Sender-Server-IP-Number: 205.188.139.137
> X-SpamDetect: **********: 10.939000
From3consonants=0.5, Has Sent To
> Catcher=3.0, SPF Negate=2.0, SpamUrl=4.1, SPF
Pass=-2.0, From: does not
> include a real name=0.3, Aspam=3.0
> X-SpamDetect-Info: ------------- End ASpam results
-----------------
> BarryZ
Add a local.rul that reverses the score, as in:
if (isin("X-SpamDetect","Has Sent To
Catcher")) then
if
(isin("Sender-Server-IP-Number","205.188.139.
137")) then
call spamdetect(-3.0,"Sent to Catcher minus")
end if
end if
Not tested!!
--
Neil Herber
Corporate info at http://www.eton.ca/
|