On Saturday 06 September 2003 03:26 CET [EMAIL PROTECTED] wrote: > [EMAIL PROTECTED]:/# spamassassin --version > SpamAssassin version 2.60-rc3-mss2 > > Perl version: > 5.006001 >[...] > That is odd, because: > > [EMAIL PROTECTED]:/# perl -v > > This is perl, v5.6.1 built for i386-freebsd
That's ok; Perl internally represents the version number as a floating point number. 5.006001 == 5.6.1 :o) > [EMAIL PROTECTED]:/# spamd --version > SpamAssassin version 2.60-rc3-mss2 (daemon style) Now, that version is ok. > Perhaps this will shed some light as to why its not actually updating. Not really :-/ I have the bad feeling that qmail-scanner does something weird. Maybe it's calling some old version or sets some lib dir to where still an old library lies around? You might want to look for dups of SpamAssassin.pm: find /bin /sbin /usr /opt /root /var -name 'SpamAssassin.pm' -print Actually, the new build system is now more perl-standard conform, maybe the update left some old version lying around. This might also work when you build SA: perl Makefile.PL UNINST=1 make realclean perl Makefile.PL UNINST=1 make make install Cheers, Malte P.S.: Here it's quite late now so I might have missed the obvious :) ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk