Please keep list-posts on list, please Reply to List. On Tue, 2009-04-21 at 19:27 +0430, amir reza rahbaran wrote: > yes, you`re right and the sa-update exit with code 1 and this is the > result of
Yes, an exit code of 1 means there is no update. It does *not* indicate any error. > update report with "/usr/bin/sa-update -D --channelfile /etc/spam_channellist" [ verbose debug stuff snipped ] > [3449] dbg: channel: metadata version = 759778 > [3449] dbg: dns: 4.2.3.updates.spamassassin.org => 759778, parsed as 759778 > [3449] dbg: channel: current version is 759778, new version is 759778, > skipping channel > [3449] dbg: diag: updates complete, exiting with code 1 > > what shall I do? > thanks in advanced. Do about what? The above clearly shows what I told you before. There is no newer update, you are already up-to-date with the latest update available. Anyway, since you asked what to do: I suggest carefully re-reading my previous post and the documentation I referenced. guenther [ full-quote snipped as well ] -- char *t="\10pse\0r\0dtu...@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; }}}