Eeek! Help!
I have created a procmail recipe that sends sendmail into a runaway spiral
of child processes... forcing me to restart my machine! I'm running
sendmail 8.8.5/Linux RedHat 4.2/kernel 2.0.30/i586. This mailbox is on a
different server from my main mailbox.
Can anyone see the problems?
Thanks,
Glen
*******************************************************
* My 'Recipe for Disaster'
MAILDIR=$HOME
PROCHOME=$HOME/.procmail
LOGABSTRACT=on
SHELL=/bin/sh
LOGFILE=$PROCHOME/log
MYMAIL=mail
LISTS=$MYMAIL/lists
PUBLIC=$HOME/pub/lists
DEFAULT=$MYMAIL/inbox/.
PATH=/usr/bin:/usr/sbin
MYADDRESS=glenmo(_at_)ozemail(_dot_)com(_dot_)au
MYXLOOP="X-Loop: $MYADDRESS"
:0 hc
| formail -XFrom: -XSubject: | $SENDMAIL $MYADDRESS
*************************************************
* And my .forward file contains the following:
\glen
"| exec /usr/bin/procmail #glen"