Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

SpamAssasin

Quote Reply
SpamAssasin
Have downloaded this plug in and get the message:

Unable to load plugin SpamAssassin Reason: Install.pm does not compile: syntax error at (eval 1) line 113, near "$t qw/brewt nessa/" syntax error at (eval 1) line 129, near "} }"

Any ideas?

Steve
Quote Reply
Re: [alchemist] SpamAssasin In reply to
Hi,

There was a problem in the Install code, it had something that didn't work with really old versions of perl. We've fixed this up.

However, the bad news is that SpamAssassin doesn't work with your version of perl. You'll need to use perl 5.005_03 or better in order to use this plugin (the version you have is around 6 years old I think).

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] SpamAssasin In reply to
Alex, I believe that I am using the version of perl you have suggested, copy of server whereis below:

[admin@www admin]$ whereis perl
perl: /usr/bin/perl5.00503 /usr/bin/perl /usr/man/man1/perl.1
[admin@www admin]$
[admin@www admin]$

Steve
Quote Reply
Re: [alchemist] SpamAssasin In reply to
Look at the first line of webmail.cgi, and if it says:

#!/usr/local/bin/perl

then type:

/usr/local/bin/perl -v

to see the version you are using. It may just mean you have two versions installed, and just need to change the path to perl to the later version.

Cheers,

Alex
--
Gossamer Threads Inc.