Date: Mon, 3 Dec 2001 04:13:09 -0800 From: "Crist J . Clark" <cjc@FreeBSD.org> To: Josef Karthauser <joe@tao.org.uk> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: Problem Splitting Branches with Procmail Message-ID: <20011203041309.A35238@blossom.cjclark.org> In-Reply-To: <20011203035834.A35129@blossom.cjclark.org>; from cristjc@earthlink.net on Mon, Dec 03, 2001 at 03:58:34AM -0800 References: <20011203022809.D31748@blossom.cjclark.org> <20011203112528.A1070@tao.org.uk> <20011203035834.A35129@blossom.cjclark.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011203041309.A35238>