Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jan 2000 09:09:40 +0200
From:      Neil Blakey-Milner <nbm@mithrandr.moria.org>
To:        James Gill <gill@topsecret.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Procmail recipes for fbsd lists
Message-ID:  <20000125090940.A19642@mithrandr.moria.org>
In-Reply-To: <Pine.BSF.4.21.0001241539330.24177-100000@pacific.int.topsecret.net>
References:  <Pine.BSF.4.21.0001241539330.24177-100000@pacific.int.topsecret.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon 2000-01-24 (15:44), James Gill wrote:
>         :0 :
>         * (X-Loop: FreeBSD.org|Sender: owner-freebsd-)
>         * $ ($FROM|$TO_)(freebsd-)?\/(announce|bugs|chat|hackers|isp|questions|security|current|net|newbies)
> 	"freebsd-$MATCH"

I use:

:0
* ^Sender:.owner-freebsd-\/[^@]+@FreeBSD.ORG
{
        LISTNAME=${MATCH}
        :0
        * LISTNAME??^\/[^@]+
        freebsd/${MATCH}
}

It can probably be simplified, but it expands as necessary when I
join new lists, &c.

Neil
-- 
Neil Blakey-Milner
nbm@rucus.ru.ac.za


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000125090940.A19642>