Hi,
I have a problem with a .procmailrc. When I execute it on my own system,
it works perfectly, but not at my ISP.
The line is:
UNDELIVERED=`formail -xto -xcc|fgrep -ive "$DONE"`
$DONE is a variable which contains some e-mail addresses. The result
should be that comes a list of undelivered addresses in the UNDELIVERED
variable. On my system this works.
But on my ISP's system the logfile gives:
procmail: Assigning "UNDELIVERED=[1] 17170"
Apparently, fgrep gives its exit level (1) and PID when the program ends.
Thanks to anyone who'd be able to help me!
Groetjes,
Rob