procmail
[Top] [All Lists]

Re: CC, notify and logging

2001-09-03 16:35:03
Subba Rao <subba9(_at_)home(_dot_)com> writes:
...
Define PATH at the start of the .procmailrc, just like you do in .profile

PATH=$HOME/bin:/usr/bin:/bin:/usr/local/bin:/usr/share/wav

It is almost always preferable to append or prepend directories to PATH
rather resetting it completely.  That way it's portable to systems which
have a different compiled in PATH value or where the sysadmin has changed
it to match the local situation.  So, I would recommend instead using:

        PATH = $PATH:/usr/share/wav


Philip Guenther
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>