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

Trailing .*'s are always redundant, and the parantheses also seem
unnecessary. Also, consider that ^TO or ^TO_ will match To, Cc, and a
bunch of other stuff.

you could try something like:
#mutt
:0:
* ^Return-Path: <mutt-users-owner
mutt-users

or if you want to catch mail sent directly to you and CCd to the list as
well:
# mutt
:0:
* ^TOmutt-users
mutt-users

-- 
Will Yardley
input: william < @ hq . newdream . net . >

Reply via email to