On Sat, 2008-12-06 at 10:17 +0000, Arthur Dent wrote: > On Sat, Dec 06, 2008 at 09:38:06AM +0000, Arthur Dent wrote: > > Is this an error code? > > Does this explain why the "&& /sbin/service spamassassin restart" fails > > to run now?
Yes, it is. Yes, it does. As documented by 'man sa-update'. And intended, also as per the logic of your cron job. ;) > Sigh... > > OK - I've had my morning cup of tea now. I have now actually turned on > my brain. Lucky you. Didn't have my coffee yet and barely slept at all. *sigh* > I realise of course that the question I should have posed is: > > Can it be true that there have been NO updates to SA rules, SARE or > Sought Rules in the last 2 days?... Yes, espacially with SARE and the official SA update channel. It's entirely normal and expected for those to see no update even in weeks. > Sorry - I'm so used to regular updates from (especially JM Sought) that > I thought something must be wrong when I saw no restart. This indeed is unusual for Sought. Noticed this myself already, last update on Wed. Did happen in the past, though. I wouldn't be alarmed by it just yet. > It's Saturday. I think I'll go back to bed... -- 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; }}}