Re: moving the procmail.log1997-07-10 08:58:00Kevin Kelleher <kevink(_at_)MIT(_dot_)EDU> writes: ... One of the first things in my .procmailrc is a call to a perl script: :0c | $HOME/bin/clocker ... Now, this works, but my procmail.logs all start with the line "Error writing to clocker". I can live with that, but is there a better way?
Since clocker doesn't read it's stdin, you should add the 'i' flag to
the recipe:
:0 ci
| $HOME/bin/clocker
Check the procmailrc(5) manpage for details.
Philip Guenther
|
|
||||||||||||||||