Okay, so I'm trying to set up procmail, to go along with my newfound friend mutt -- just for reference, I started using mutt *before* the recent thread about mailers and have to agree that mutt has a lot of great features. 


However, I can't seem to get procmail to run right.  Right now I just have one rule that sends the mail from tclug to a folder.  That rule works, but I don't get the rest of my mail.  It's an RH7.1 system.  Does anyone know why?

I have a .forward that looks like this:

FS=' ' && p=/usr/bin/procmail && test -f $p && exec $p -Yf- || exit 75 #dchristi"

And a .procmailrc that looks like this:

PATH=$HOME/bin:/usr/bin:/bin:/usr/local/bin:.
MAILDIR=$HOME/Mail  # You'd better make sure it exists
DEFAULT=$MAILDIR/mbox
LOGFILE=$MAILDIR/from
LOCKFILE=$HOME/.lockmail

:0        # Anything from people at tclug
* ^From.*@mn-linux.org
tclug     # will go to $MAILDIR/tclug


Thanks,
Dave