From owner-freebsd-chat@FreeBSD.ORG Wed Feb 15 13:46:37 2006 Return-Path: X-Original-To: freebsd-chat@freebsd.org Delivered-To: freebsd-chat@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1441D16A420 for ; Wed, 15 Feb 2006 13:46:37 +0000 (GMT) (envelope-from ldrada@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67D7D43D48 for ; Wed, 15 Feb 2006 13:46:36 +0000 (GMT) (envelope-from ldrada@gmail.com) Received: by nproxy.gmail.com with SMTP id o60so608592nfa for ; Wed, 15 Feb 2006 05:46:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=C6uFHnjquHabkucRpHWvwOuo3qxNjWfSCJIrNOwBwMMRvJjGY8lQo40CxxmpaBlg/kEATxVrr3Hd2e8DCexMCO0aDXADN/PF8buKj9rhtBP9WhsVxDcYRL1YL5tWmRGc5Q5xpPYDm1c97Hslrj8eL4YabPyx7zswZFkWb4QPhKM= Received: by 10.48.163.4 with SMTP id l4mr29275nfe; Wed, 15 Feb 2006 05:46:34 -0800 (PST) Received: by 10.48.108.10 with HTTP; Wed, 15 Feb 2006 05:46:34 -0800 (PST) Message-ID: <5ceb5d550602150546o195dd65ara96fa84f33a8067d@mail.gmail.com> Date: Wed, 15 Feb 2006 14:46:34 +0100 From: "Daniel A." To: Alec Berryman In-Reply-To: <20060215133212.GA19004@thened.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <5ceb5d550602150520t6f73d714wb9cbf2de85d56449@mail.gmail.com> <20060215133212.GA19004@thened.net> Cc: freebsd-chat@freebsd.org Subject: Re: How to filter the emails from this list X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2006 13:46:37 -0000 The filter I posted is not a "real" filter, but rather a human-readable representation of a filter in the Gmail web interface. Thanks for your example. On 2/15/06, Alec Berryman wrote: > Daniel A. on 2006-02-15 14:20:59 +0100: > > > But how do I make sure that _every_ email to the gets filtered? > > Match the List-Id: field in the header. I don't recognize that filter, > but I use the following in procmail to filter this list: > > :0 > * ^List-Id:.*freebsd-chat\.freebsd\.org > $BASE/lists/freebsd-chat/ > > > >