spamassassin-users March 2010 archive
Main Archive Page > Month Archives  > spamassassin-users archives
spamassassin-users: Re: EASY_URL and HARD_URL

Re: EASY_URL and HARD_URL

From: Karsten Bräckelmann <guenther_at_nospam>
Date: Sat Mar 06 2010 - 00:14:03 GMT
To: users@spamassassin.apache.org

On Fri, 2010-03-05 at 09:24 +0100, Hans-Werner Friedemann wrote:
> I have a curios message in my Spamassassin-Logfile since at least
> three days:
>
> Fri Mar 5 08:08:11 2010 [4958] info: rules: meta test EASY_URL has
> dependency 'SPOOF_NET2COM' with a zero score
> Fri Mar 5 08:08:11 2010 [4958] info: rules: meta test HARD_URL has
> dependency 'HTTPS_IP_MISMATCH' with a zero score

[guenther@monkey trunk]$ grep -rl EASY_URL . | wc -l
0

> How can I fix this?

First of all, find out where the offending rules are defined. Then
continue from there.

They are not anywhere in trunk, neither 3.2 or 3.3 branch. Local rules?
Third-party channels?

-- char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}