From owner-cvs-all Mon Dec 3 4:13:17 2001 Delivered-To: cvs-all@freebsd.org Received: from gull.prod.itd.earthlink.net (gull.mail.pas.earthlink.net [207.217.120.84]) by hub.freebsd.org (Postfix) with ESMTP id C281A37B405; Mon, 3 Dec 2001 04:13:12 -0800 (PST) Received: from dialup-209.245.140.32.dial1.sanjose1.level3.net ([209.245.140.32] helo=blossom.cjclark.org) by gull.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16AryB-0007ck-00; Mon, 03 Dec 2001 04:13:12 -0800 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.3) id fB3CD9O35286; Mon, 3 Dec 2001 04:13:09 -0800 (PST) (envelope-from cjc) Date: Mon, 3 Dec 2001 04:13:09 -0800 From: "Crist J . Clark" To: Josef Karthauser Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Problem Splitting Branches with Procmail Message-ID: <20011203041309.A35238@blossom.cjclark.org> References: <20011203022809.D31748@blossom.cjclark.org> <20011203112528.A1070@tao.org.uk> <20011203035834.A35129@blossom.cjclark.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011203035834.A35129@blossom.cjclark.org>; from cristjc@earthlink.net on Mon, Dec 03, 2001 at 03:58:34AM -0800 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Dec 03, 2001 at 03:58:34AM -0800, Crist J . Clark wrote: [snip] > Yeah, that's the "very elaborate" way I thought about. Something like > (writing this off of the top of my head, not tested in anyway), > > # Send email from the various FreeBSD lists to inboxes of their own > :0 > *^Sender: owner-\/[^@]+@FreeBSD.ORG > { > :0 > *^Sender: owner-cvs-committers@FreeBSD\.org > { > :0 > *^X-FreeBSD-CVS-Branch: \/.* > { > :0 hc > | grep ^Message-ID: >> .msgids_cvs-committers > > :0 > BSDcvs-${MATCH} > } > > :0 > *^Message_ID: \/.* > *? grep "^Message-ID: ${MATCH}" .msgids_cvs-committers > BSDcvs-${MATCH} > } > > LISTNAME=${MATCH} > :0 > * LISTNAME??^\/[^@]+ > BSD${MATCH} > } > > But that seems kind of... well, kind of ugly. Whoa. That whole thing doesn't make any sense at all. Ignore it. A little _too_ off the top of my head there. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message