procmail
[Top] [All Lists]

Re: Multilogging

1997-06-09 08:27:00

I have a separate logfile per message, with

LOGFILE     = $MAILDIR/Logs/`date '+%y%m%d_%H%M%S'`_$$

at the top of my .procmailrc.  It would be just as easy to put

LOGFILE     = $MAILDIR/Logs/recipe-name

before each recipe, to have one log file per recipe.  Or

LOGFILE     = $MAILDIR/Logs/recipe-name.`date '+%y%m%d_%H%M%S'`_$$

to have one logfile per message AND have the filename identify
which recipe.  Or would that result in each non-match recipe also
producing a log?

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