Hi,

I'm getting some errors after installing SpamAssassin. I recently
installed Mail::SpamAssassin via the CPAN installation module like so:


perl -MCPAN -e shell
install Mail::SpamAssassin

This installed version 2.53, everything worked fine.

I then wanted to upgrade to 2.55, so I installed this manually over the
old installation:

tar -zxvf Mail-SpamAssassin-2.55.tar.gz
cd Mail-SpamAssassin-2.55
perl Makefile.pl
make
make test
make install


It seemed to install OK, but now when I start SpamAssassin, I get these
errors for several of the config files:

configuration file "/usr/share/spamassassin/20_body_tests.cf" requires
version 2.53 of SpamAssassin, but this is code version 2.55. Maybe you
need to use the -C switch, or remove the old config files? Skipping this
file at /usr/local/libdata/perl5/site_perl/Mail/SpamAssassin/Conf.pm
line 299.


However, viewing the .cf files, they appear to be the correct versions:

require_version 2.55


Any idea what is going on here?

TIA
Monte




-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to