On Wed, 2009-10-14 at 14:03 -0700, Rick Knight wrote: > Thanks again for putting the script up. I found the original site and > downloaded the 3.1 version. In the instructions it says "If your top 5 > does not contain URIBL_BLACK, see http://www.uribl.com/usage.shtml". On > my system URIBL_BLACK is number 8, so I follow the link and it takes me ^^^^^^^^^^^^^^^^^^^^^^^ > to a page the has a ruleset that needs to be added to my local > configuration directory (/etc/mail/spamassassin). I don't appear to have > any local rulesets in my configuration directory to add them to. Can you > tell me how to add these rules?
You do not need to add anything. It *is* part of your SA rules. Frankly, it is part of the stock rules, so it's not much of a surprise you do have it already... The script and that comment is old. Everyone's spam is different. So if it comes in 8th, that should be fine as well [1]. [1] Even though I would have expected it higher up, without any custom rules. -- 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; }}}