> -----Original Message----- > From: Geoff Soper [mailto:[EMAIL PROTECTED] > Sent: Saturday, January 01, 2005 3:49 PM > > Unfortunately that's not an option. I have installed the module without > issue in my space, I don't see a problem with getting SpamAssassin to call > that module. I just want to try and work out the cleanest way to get Spam > Assassin to use this locally installed version of the module. > > Any suggestions appreciated!
Right now, the first line in your spamassassin script looks something like this: #!/usr/bin/perl -T -w perhaps changing it to: #!/usr/bin/perl -T -w -I$HOME/perl_lib where in this example -I$HOME/perl_lib is the location of where you installed the additional modules that you're looking for.