I run SpamAssassin on my web host's machine. I install it in my directory using:
perl Makefile.PL PREFIX=$HOME make make install My problem is that my host doesn't have the Digest::SHA1 module installed. I don't have the ability to install Perl modules centrally but I can install the module locally and have done so. What's the best way to refer SpamAssassin to the locally installed module? I call SA from my .procmailrc file. Thanks, Geoff