On Fri, 2011-04-22 at 17:38 -0400, Dimitri Yioulos wrote: > > 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?
'find' is your friend. > I did not run sa-learn with any bad arguments, nor > is it symlinked. The first part (about the arguments) was about sa-update, not sa-learn. The symlink was referring to /etc/mail/spamassassin -- I am trying to find out the reason for the improperly placed stock rule-set in that dir, and it's version mis-match. > As to the line length, sorry. Another list asked > me to change it to present length. What would be > appropriate? 80? I was mostly joking, but what list would request you to use such short lines? About 72-76 would be most appropriate, from a historic point of view... -- 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; }}}