On Mon, 2008-12-08 at 20:00 -0600, Chris wrote: > 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.
I believe this is due to the recent SSL cert update for ASF svn. Changed without a heads up in advance... :( This broke automated processes. AFAIK Justin is aware of this, and hopefully will have fixed it soon. :) -- 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; }}}