Hi All,
I'm using the SA Mail-SpamAssassin-SpamCopURI-0.17 plugin, (i've installed the packages required) and i'm getting the following errors when running spamassassin --lint:
[spamwall01][/etc/mail/spamassassin]# spamassassin --lint Failed to compile URI SpamAssassin tests, skipping: (syntax error at /etc/mail/spamassassin/spamcop_uri.cf, rule WS_URI_RBL, line 1, near "eval:" syntax error at /etc/mail/spamassassin/spamcop_uri.cf, rule SPAMCOP_URI_RBL, line 1, near "eval:" syntax error at /etc/mail/spamassassin/spamcop_uri.cf, rule SPAMCOP_URI_RBL, line 6, near "} }" )
Is this something to worry about? (i thought --lint should not return any errors..)
Regards, Cami
This means that the install didn't work properly.
Can you send what version of Perl you have, output of the "perl Makefile.pl" and make install commands, and directory listings of where the files got installed?
Try looking at the INSTALL file for a few hints on how to perform a manual install.
--eric
On Sun, May 30, 2004 at 11:12:17AM +0200, Cami wrote:
Hi All,
I'm using the SA Mail-SpamAssassin-SpamCopURI-0.17 plugin, (i've installed the packages required) and i'm getting the following errors when running spamassassin --lint:
[spamwall01][/etc/mail/spamassassin]# spamassassin --lint Failed to compile URI SpamAssassin tests, skipping: (syntax error at /etc/mail/spamassassin/spamcop_uri.cf, rule WS_URI_RBL, line 1, near "eval:" syntax error at /etc/mail/spamassassin/spamcop_uri.cf, rule SPAMCOP_URI_RBL, line 1, near "eval:" syntax error at /etc/mail/spamassassin/spamcop_uri.cf, rule SPAMCOP_URI_RBL, line 6, near "} }" )
Is this something to worry about? (i thought --lint should not return any errors..)
Regards, Cami
Discuss mailing list Discuss@lists.surbl.org http://lists.surbl.org/mailman/listinfo/discuss
This means that the install didn't work properly.
Thats strange because i am seeing the rules being hit..
Can you send what version of Perl you have
[spamwall02][/root/Mail-SpamAssassin-SpamCopURI-0.17]# cat /etc/fedora-release Fedora Core release 1 (Yarrow) [spamwall02][/root/Mail-SpamAssassin-SpamCopURI-0.17]# perl --version This is perl, v5.8.3 built for i386-linux-thread-multi
output of the "perl Makefile.pl" and make install commands,
[spamwall02][/root/Mail-SpamAssassin-SpamCopURI-0.17]# perl Makefile.PL # Checking if your kit is complete... Looks good Writing Makefile for Mail::SpamAssassin::SpamCopURI [spamwall02][/root/Mail-SpamAssassin-SpamCopURI-0.17]# make cp lib/Mail/SpamAssassin/Conf.pm blib/lib/Mail/SpamAssassin/Conf.pm cp lib/Mail/SpamAssassin/PerMsgStatus.pm blib/lib/Mail/SpamAssassin/PerMsgStatus.pm cp lib/Mail/SpamAssassin/SpamCopURI.pm blib/lib/Mail/SpamAssassin/SpamCopURI.pm Manifying blib/man3/Mail::SpamAssassin::PerMsgStatus.3pm Manifying blib/man3/Mail::SpamAssassin::Conf.3pm Manifying blib/man3/Mail::SpamAssassin::SpamCopURI.3pm [spamwall02][/root/Mail-SpamAssassin-SpamCopURI-0.17]# make install Writing /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/auto/Mail/SpamAssassin/SpamCopURI/.packlist Appending installation info to /usr/lib/perl5/5.8.3/i386-linux-thread-multi/perllocal.pod
and directory listings of where the files got installed?
[spamwall02][/root/Mail-SpamAssassin-SpamCopURI-0.17/lib/Mail/SpamAssassin]# ls -la PerMsgStatus.pm /usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/PerMsgStatus.pm Conf.pm /usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/Conf.pm SpamCopURI.pm /usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/SpamCopURI.pm -rw-rw-r-- 1 cami cami 82974 Apr 21 06:10 Conf.pm -rw-rw-r-- 1 cami cami 75067 Mar 1 03:37 PerMsgStatus.pm -rw-rw-r-- 1 cami cami 11859 May 25 03:23 SpamCopURI.pm -r--r--r-- 1 root root 82974 Apr 21 06:10 /usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/Conf.pm -r--r--r-- 1 root root 75067 Mar 1 03:37 /usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/PerMsgStatus.pm -r--r--r-- 1 root root 11859 May 25 03:23 /usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/SpamCopURI.pm
Try looking at the INSTALL file for a few hints on how to perform a manual install.
Tried manual install, same thing..
Cami