Michel wrote:

> Still in this thread: How to save all messages of a thread?
> I need this because I don't got filter mails from mutt users with procmail... The 
>rule is:
> 
> :0:
> * ^TO.*[EMAIL PROTECTED]
> Linux/mutt

that might work, but it's generally better not to use ^TO if possible
since it's a bit more expensive.  i use:

:0
* ^Return-Path: <mutt-users-owner
lists:mutt/

since you're apparently using mbox, that would be:

:0:
* ^Return-Path: <mutt-users-owner
Linux/mutt

in your case

-- 
Will Yardley
william @ newdream . net

Reply via email to