From owner-freebsd-stable Wed May 10 13:56:12 2000 Delivered-To: freebsd-stable@freebsd.org Received: from turtle.looksharp.net (cc360882-a.strhg1.mi.home.com [24.2.221.22]) by hub.freebsd.org (Postfix) with ESMTP id 59F3237B650 for ; Wed, 10 May 2000 13:56:06 -0700 (PDT) (envelope-from bandix@looksharp.net) Received: from localhost (bandix@localhost) by turtle.looksharp.net (8.9.3/8.9.3) with ESMTP id QAA39862; Wed, 10 May 2000 16:56:24 -0400 (EDT) (envelope-from bandix@looksharp.net) Date: Wed, 10 May 2000 16:56:24 -0400 (EDT) From: "Brandon D. Valentine" To: James Housley Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Server Farms? In-Reply-To: <390C333E.876F5649@thehousleys.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 30 Apr 2000, James Housley wrote: >At least one person, sorry I forget who, posted that they use procmail >to filter it out. I and probably others use procmail, but at the >simplest level. Would someone be willing to post the portion they use >to process -stable from cvs-all >Keywords for searching: procmail cvs stable commit Absolutely, you're not the only person to ask this, several others mailed me in private asking how to do it. Try the following recipe to catch all RELENG_4 commits: :0B: * ^Sender:.*owner-cvs-all@FreeBSD.ORG * ^.*(Branch: RELENG_4) fbsd-cvs-releng4 Obviously you can change the folder name to wherever you would prefer the messages to land. Here's one to catch commits to RELENG_4 *and* RELENG_3: :0B: * ^Sender:.*owner-cvs-all@FreeBSD.ORG * ^.*(Branch: RELENG_4)|.*(Branch: RELENG_3) fbsd-cvs-stable Or say you only wanted stable, kernel commits: :0B: * ^Sender:.*owner-cvs-all@FreeBSD.ORG * ^.*(Branch: RELENG_4)|.*(Branch: RELENG_3) * ^Subject:.*cvs commit: src/sys fbsd-cvs-stable-sys You get the idea. Brandon D. Valentine -- bandix@looksharp.net Illegitimi non carborundum. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message