On Tue, 2008-12-09 at 08:51 +0000, Nigel Frankcom wrote: > I haven't seen an update from sa-update in months. What version is > current?
Nigel, Chris wasn't talking about the stock rule-set, but the third-party JM_SOUGHT rules. The latter usually are updated multiple times a day, while the stock rules are updated very infrequently only, when needed. > >> Has anyone seen any updates to the sought rules lately? It seems like it's > >> been about 4 or 5 days now since I've seen any via sa-update. -- char *t="[EMAIL PROTECTED]"; 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; }}}