Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2000 09:11:11 -0400
From:      James Housley <jim@thehousleys.net>
To:        David Miller <dmiller@search.sparks.net>
Cc:        "Brandon D. Valentine" <bandix@looksharp.net>, freebsd-stable@FreeBSD.ORG
Subject:   Re: Server Farms?
Message-ID:  <3923EBEF.85D85DB2@thehousleys.net>
References:  <Pine.BSF.4.21.0005180858000.24997-100000@search.sparks.net>

next in thread | previous in thread | raw e-mail | index | archive | help
David Miller wrote:
> 
> On Thu, 11 May 2000, James Housley wrote:
> 
> > "Brandon D. Valentine" wrote:
> > > RELENG_3:
> > >
> > > :0B:
> > > * ^Sender:.*owner-cvs-all@FreeBSD.ORG
> > > * ^.*(Branch: RELENG_4)|.*(Branch: RELENG_3)
> > > fbsd-cvs-stable
> >
> > And if you only wanted RELENG_3 AND RELENG_4 and wanted to delete the
> > rest you could do:
> >
> > :0B:
> > * ^Sender:.*owner-cvs-all@FreeBSD.ORG
> > * ^.*(Branch: RELENG_4)|.*(Branch: RELENG_3)
> > fbsd-cvs-stable
> 
They didn't work for me, but I did create the following from them.

Jim


:0
*^Sender:.*owner-cvs-all@FreeBSD.ORG
{
  :0 B
  *^.*(Branch: RELENG_4)
  /var/mail/housley

  :0 B
  *^.*(Branch: RELENG_3)
  /var/mail/housley

  :0
  /dev/null
}


-- 
"Eagles may soar, but weasels don't get sucked into jet engines"
    -- Anon


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3923EBEF.85D85DB2>