On Fri, Sep 12, 2003 at 11:49:59AM -0500, Henrik Schmiediche wrote:
> Has something PATH wise changed on rc4? I installed rc4 and suddenly SA
> cannot find "dccproc" and "pyzor" which are installed in my
> mail/spam/virus bin directory. Creating link(s) in /usr/local/bin to
> dccproc & pyzor fixed the problem and SA can then find the programs, but
> I do not understand why my executables are not found where I placed them
> even though the PATH is set. It worked in rc3.

hrm.  didn't think about that.  have to add some docs.

rc4 enables perl taint mode by default.  Which has the side effect of
having SA clearing some ENV variables and resetting PATH:

    delete @ENV{qw(IFS CDPATH ENV BASH_ENV)};
    $ENV{'PATH'} = '/bin:/usr/bin:/usr/local/bin';

-- 
Randomly Generated Tagline:
: But shouldn't eof(), associated as it is with the magic <>, have a
 : little magic of its own and trigger the first getc+ungetc from <>?
 
 Makes sense to me, as much as eof() ever makes sense.
              -- Larry Wall in <[EMAIL PROTECTED]>

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to