On Fri, 2011-04-22 at 16:55 -0400, Dimitri Yioulos wrote: > Don't know how I managed to mangle my SA configuration, but how you all > will help me untangle. I used the Dag repo for version 3.2.5, but ran > rpmbuild against the SA tarball for 3.3.1 (I can almost see you > grimacing). Previous version was removed with rpm -e. It's possible > the I did an rpm -Uvh to upgrade old to new.
Well, that does not explain why or how the stock rules ended up in your site config dir -- neither why their version changes, though *not* in sync with the installed sa-learn script. Did you perhaps run sa-update with some bad arguments, like target dir? It's not a symlink either, right? Do you perhaps have more than one sa-learn script on your box? Oh, any why does your MUA believe 50 chars would be an appropriate line length? ;) > (excuse time - we moved our 75-person office this past week, and I > managed the project. Note to self - don't mess around with stuff when > dog tired). -- 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; }}}