Date: Tue, 7 Nov 2000 16:19:37 +0200 From: Johann Visagie <wjv@cityip.co.za> To: cjclark@alum.mit.edu Cc: "Michael C . Wu" <keichii@peorth.iteration.net>, chat@FreeBSD.ORG Subject: Re: freebsd mailing lists filter Message-ID: <20001107161937.J99991@fling.sanbi.ac.za> 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 References: <20001107015410.A62192@peorth.iteration.net> <20001107000950.K75251@149.211.6.64.reflexcom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001107161937.J99991>
