SA Bugzilla – Bug 41
paths hardcoded in the Makefile
Last modified: 2002-02-18 10:47:57 UTC
my $LOCAL_RULES_DIR = '/etc/mail/spamassassin'; in Makefile.PL breaks when you want to install in a private perl installation. I have my perl installed in /home/perl as the user "perl"; which doesn't have write access to anything outside /home/perl. @site_rules_path in ./lib/Mail/SpamAssassin.pm should pick up some parameter you set with Makefile.PL or something like that.
*** This bug has been marked as a duplicate of 25 ***