From owner-freebsd-chat Tue Nov 7 6:20:19 2000 Delivered-To: freebsd-chat@freebsd.org Received: from fling.sanbi.ac.za (fling.sanbi.ac.za [196.38.142.119]) by hub.freebsd.org (Postfix) with ESMTP id B4E8637B4C5 for ; Tue, 7 Nov 2000 06:20:14 -0800 (PST) Received: from johann by fling.sanbi.ac.za with local (Exim 3.13 #4) id 13t9b7-0000yI-00; Tue, 07 Nov 2000 16:19:37 +0200 Date: Tue, 7 Nov 2000 16:19:37 +0200 From: Johann Visagie To: cjclark@alum.mit.edu Cc: "Michael C . Wu" , chat@FreeBSD.ORG Subject: Re: freebsd mailing lists filter Message-ID: <20001107161937.J99991@fling.sanbi.ac.za> References: <20001107015410.A62192@peorth.iteration.net> <20001107000950.K75251@149.211.6.64.reflexcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20001107000950.K75251@149.211.6.64.reflexcom.com>; from cjclark@reflexnet.net on Tue, Nov 07, 2000 at 12:09:50AM -0800 Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Crist J . Clark on 2000-11-07 (Tue) at 00:09:50 -0800: > > You should try the ol' classic from Neil Blakey-Milner, > > :0 > * ^Sender:.owner-freebsd-\/[^@]+@FreeBSD.ORG > { > LISTNAME=${MATCH} > :0 > * LISTNAME??^\/[^@]+ > freebsd-${MATCH} > } > > Will do all of that automagically... And something similar for users of the Exim MTA to add to their .forward files: if ${sender_address} matches "^owner-freebsd-([a-z-]*)@FreeBSD\.ORG\\$" then save ${home}/Mail/freebsd/${1} endif Mine is actually a bit more complex as well. Yeah, and I got the idea from Neil too. :-) -- Johann To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message