procmail
[Top] [All Lists]

Re: How to turn on Logging?

1998-03-03 18:43:33
On Tue, 3 Mar 1998, John M Vinopal wrote:
I've having difficulty turning on logging.  I use procmail as my delivery
agent.  In my .procmailrc I have:

LOGFILE=~/PROCLOG

but nothing is ever logged to PROCLOG.

Procmail won't expand tildes ( ~ ). You need to use $HOME instead.

        LOGFILE=$HOME/PROCLOG

David Hunt

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