>I have a procmail rule to move list mail to a folder. But it's not
>working correctly according to my procmail logs. Here's the procmail
>script:
>
>PATH=/public/bin:/local/bin:/usr/bin:/bin
>
>SHELL=/public/bin/tcsh
>
>VERBOSE=on
>LOGABSTRACT=all
>MAILDIR=$HOME/Mail
>
>PMDIR=$HOME/Procmail
>
>LO
* John P. Verel ([EMAIL PROTECTED]) wrote:
> Questions:
>
> Does your $HOME/Mail directory exist?
> What's the PMDIR and INCLUDERC environmental variables for? I'm running
> procmail-3.21-0.71, and have either of them.
They are based on the Procmail Quickstart page:
http://www.ii.com/internet/
On Wed, Oct 24, 2001 at 07:13:57PM -0700 I heard the voice of
Will Yardley, and lo! it spake thus:
>
> i use:
>
> #mutt
> :0
> * ^Return-Path:.*mutt-users-owner.*@mutt\.org
> lists:mutt/
FWIW, I'd venture you'd be better off using the Sender: header.
I moved over to maildrop for filtering a whi
John P. Verel wrote:
> Here's my procmail recipe to filter mutt mailing list mail:
>
> :0
> * ^TO_mutt
> Mutt
>
> That's all it takes. It ends up in a mailbox called Mutt.
might be better to use a different header since the TO expression is a
special case and has to match To, Cc, etc
also
Here's my procmail recipe to filter mutt mailing list mail:
:0
* ^TO_mutt
Mutt
That's all it takes. It ends up in a mailbox called Mutt.
Questions:
Does your $HOME/Mail directory exist?
What's the PMDIR and INCLUDERC environmental variables for? I'm running
procmail-3.21-0.71, and have eithe
I have a procmail rule to move list mail to a folder. But it's not
working correctly according to my procmail logs. Here's the procmail
script:
PATH=/public/bin:/local/bin:/usr/bin:/bin
SHELL=/public/bin/tcsh
VERBOSE=on
LOGABSTRACT=all
MAILDIR=$HOME/Mail
PMDIR=$HOME/Procmail
LOGFILE=$PMDIR/l