SpamAssassin

existenz

Verified User
Joined
Jul 18, 2003
Messages
607
Location
/dev/null
Another thing I noticed is that the spam.sh file gives the following errors:

--------------------------------------------------
ExtUtils::MakeMaker
Warning: prerequisite File::Spec 0.8 not found at (eval 1) line 219.
Warning: prerequisite HTML::parser 3 not found at (eval 1) line 219.
Warning: prerequisite Pod::Usage 0 not found at (eval 1) line 219.
--------------------------------------------------

I used CPAN to fix the prereq's. But when you run the script you will get the following error...

--------------------------------------------------
chmod 755 /usr/share/spamassassin
cp: /usr/local/directadmin/scripts/packages/Mail-SpamAssassin-2.55/spamcheck.pl: No such file or directory
chmod: /usr/local/bin/spamcheck.pl: No such file or directory
--------------------------------------------------

Can't I use the spamcheck.pl from another box. I don't think their is anything platform dependant.

While looking though a RH box I noticed that SpamAssassin that was downloaded for FreeBSD was much different then the one for RH. Should't they be the same SA for all platforms?
 
Hello,

The spamcheck.pl from another box should work fine. I've copied the spamassasin tar.gz file from another directory to the freebsd directory, so new installs should have the spamcheck.pl file. And because it's compiled.. it should be the same for all platforms.

John
 
I ended up grabbing the spamcheck.pl from a RH box and it worked just fine. Thanks for the help, just another FYI!!
 
Back
Top