On Sun, 2011-02-20 at 17:22 +0100, Michelle Konzack wrote: > > uri __TD_DOT_INFO m'^http://[^/]*\.info[/:?#]'i > > The "uri" line give an error
Yes. Read the full thread. > > Check the SA rules it hits and add them as dependencies to that meta if > > you want to increase the score; if it previously got a -4 score, it had > > to hit some rule to do that. > > RCVD_IN_DNSWL_MED 4.0 > > Not very funny. Uhm, what? DNSWL rules should have a negative score. Seriously. If you did mean to hint, that the overall negative score is due to DNSWL rule hits, your internal and trusted networks settings are broken. If you are locally scanning Debian list mail, you MUST include the Debian mail infrastructure in those settings. Otherwise the list servers are checked as handing-over hop -- and almost all DNSxL white and blacklists are useless. Plus a whole bunch of rules depending on the Received headers. -- 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; }}}