PDA

View Full Version : SpamAssassin


existenz
11-22-2003, 01:07 AM
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?

DirectAdmin Support
11-24-2003, 12:06 PM
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

existenz
11-24-2003, 01:25 PM
I ended up grabbing the spamcheck.pl from a RH box and it worked just fine. Thanks for the help, just another FYI!!