https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7537
Bug ID: 7537
Summary: PATH confused with PERL5LIB
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: Undefined
https://wiki.apache.org/spamassassin/SingleUserUnixInstall#Setting_up_your_path
says
> export PATH=$HOME/bin:$HOME/perl5/bin:$PATH
> Note that you should not attempt to use the PERL5LIB environment variable to
> control where perl finds the modules, since spamassassin's "taint mode"
> security-checking will ignore that.
But $PATH is for finding 755 mode executables, not 644 .pm perl modules.
So the only alternative is to use the method mentioned at the bottom of Bug
5282.
--
You are receiving this mail because:
You are the assignee for the bug.