[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: procmail receipes



On Fri, Aug 25, 2000 at 03:17:05AM -0400, John Bacalle wrote:

> Since you're talking about procmail, how would you do something like
> the following?
> 
>    :0:
>    * ^TO_debian-user@lists.debian.org
>    * ^TO_debian-two@lists.debian.org
>    * ^TO_debian-three@lists.debian.org
>    IN.debian
> 
> This is schematic, of course; how to do properly and succinctly?

Do you mean that you are subscribed to three different debian-related
mailing lists, and you want them all to end up in IN.debian? If so, you
could use something like:

:0:
* ^TO_debian-.*@lists.debian.org
IN.debian

Alternatively, to avoid checking To:, Cc:, Bcc: and frieds every time
you could probably do something like:

:0:
* ^X-Mailing-List: <debian-.*@lists.debian.org>
IN.debian
-- 

// André



Reply to: