Have you checked your procmail log? Or.. maybe you should invoke
that command with procmail so you will have a log to look at.
the log shows it going to the mbox, when run by .forward there is no log
Have you looked through the mail queue and possible local mboxes?
dead letters usually end up somewhere.
Once a message reaches a .forward file it is nolonger the systems prob.
Have you checked all the permissions, and if procmail is running
suid root?
It is running under my account for personal use..
You should probably post your .procmailrc and .forward files to the
mailing list so that people have an idea of what you mean by
---.procmailrc---
# Please check if all the paths in PATH are reachable, remove the ones that
# are not.
PATH=$HOME/bin:/usr/bin:/usr/ucb:/bin:/usr/local/bin:.
MAILDIR=$HOME/Mail # You'd better make sure it exists
DEFAULT=$MAILDIR/mbox
LOGFILE=$MAILDIR/from
LOCKFILE=$HOME/.lockmail
:0
* ^From(_dot_)*operlist(_at_)kei(_dot_)com
operlist
:0
* ^From(_dot_)*owner-eggdrop(_at_)*holli(_dot_)com
eggdrop
---end of .procmailrc---
---.forward.old--- (Renamed until it works ; > )
"|IFS=' ' && exec /usr/local/bin/procmail -f- || exit 75 #alpha"
---end of .forward.old---