On Sun, Jul 01, 2001 at 05:46:24PM -0500, David Christian wrote:
> 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"

First: don't use .forward . The default sendmail.cf from RedHat delivers using
procmail.

> 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

Hmmmm... and what is the logfile saying?

florin

-- 

"you have moved your mouse, please reboot to make this change take effect"

41A9 2BDE 8E11 F1C5 87A6  03EE 34B3 E075 3B90 DFE4