On Thu, 2008-07-03 at 20:38 +0100, Richard Johnson wrote: > On Thu, 2008-07-03 at 13:34 -0400, Theo Van Dinter wrote:
> > If you're missing pre files, I would suggest reinstalling SA. A normal > > installation will include the content you need, and who knows what else you > > are missing. > > I tried that before I started to look for help. The results were the > same. Only at first I also had warnings of empty/no bayes DB's. > > What do the .pre files contain and can I recreate them? Then your install is seriously broken. Are you using the official Ubuntu debs, or anything else? guenther -- 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; }}}