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
[guent...@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...@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; }}}