* On Mon, 30 Sep 2002, savanna wrote:
> A slightly offtopic question - I'm using procmail for my mail filtering,
> just wondering what people are using to catch all of the mutt-users
> email. I'm currently using:
>
> :0 :
> * ^To:.*(mutt-.*)
> mutt-users
>
> :0 :
> * ^Cc:.*(mutt-.*)
> mutt-users
>
> :0 :
> * ^From:.*(mutt-.*)
> mutt-users
>
> An better recipe out there? (procmail recipes aren't my strength).
:0:
* ^Sender: owner-mutt-users@mutt
mutt-users
Or, to catch both copies if someone CCs you as well as sending to
the list:
:0:
* ^TO_mutt-users@
mutt-users
--
John