On Tue, 2009-02-17 at 09:48 -0800, an anonymous Nabble user wrote: > Hallo, I have installed spamassassin 3.2.5 on my linux server but when I > check the version I get those messages: > > h1306680:/usr/bin # spamd --version > SpamAssassin Server version 3.1.8 > running on Perl 5.8.8 > with SSL support (IO::Socket::SSL 0.97) > h1306680:/usr/bin # spamc --version > SpamAssassin Client version 3.2.5 > h1306680:/usr/bin # spamassassin --version > SpamAssassin version 3.2.5 > running on Perl version 5.8.8 > > Did something go wrong with the installation or has the spamd part not been > updated in the recent versions?
How did you install SA, both the previous and the latest version? With a source or CPAN install, it is likely you didn't uninstall the previous version properly, leaving behind some stale files. Also, different prefixes used might be the culprit here. With a package install (RPM or DEB) my guess is, that your distro / packager split SA in multiple packages, and you just forgot to update the spamd package. guenther -- 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; }}}