Date: Wed, 9 Jul 2008 21:16:17 -0700 From: Jeremy Chadwick <koitsu@FreeBSD.org> To: "Philip M. Gollucci" <pgollucci@p6m7g8.com> Cc: cvs-all@freebsd.org, ports-committers@freebsd.org, Edwin Groothuis <edwin@mavetju.org>, cvs-ports@freebsd.org, Edwin Groothuis <edwin@freebsd.org> Subject: Re: cvs commit: CVSROOT modules Message-ID: <20080710041617.GA34651@eos.sc1.parodius.com> In-Reply-To: <487588CC.2040708@p6m7g8.com> References: <200807092308.m69N8DUm089133@repoman.freebsd.org> <48756EE4.2090206@p6m7g8.com> <20080710020932.GA60785@k7.mavetju> <487570DA.7080005@p6m7g8.com> <20080710035109.GY62764@server.vk2pj.dyndns.org> <487588CC.2040708@p6m7g8.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jul 09, 2008 at 11:58:04PM -0400, Philip M. Gollucci wrote: > Peter Jeremy wrote: >> On 2008-Jul-09 22:15:54 -0400, "Philip M. Gollucci" <pgollucci@p6m7g8.com> wrote: >>> For example a recent cvs-ports mail process with my ~/.procmailrc >>> which invokes cvsmail. Your commits to CVSROOT/modules contain no >>> such diff in the e-mail. >> >> The original mail sent from FreeBSD.org does not contain any patches. >> The actual commit message looks normal so the problem would appear >> to be that your local configuration is not correctly parsing the >> commit message. One way in which it is different to the update you >> reported is that it relates to a CVSROOT file - possibly you are not >> correctly handling CVSROOT commits. >> > Anything wrong with this ? > > :0 > * ^Sender:.owner-cvs-\/[^@]+@FreeBSD.ORG > { > LISTNAME=${MATCH} > :0 > * LISTNAME??^\/[^@]+ > | /usr/local/bin/cvsmail -d -c -g -f freebsd.org/cvs-${MATCH} > } > > :0 > * ^Sender:.owner-freebsd-\/[^@]+@FreeBSD.ORG > { > LISTNAME=${MATCH} > :0 > * LISTNAME??^\/[^@]+ > freebsd.org/${MATCH} > } The lack of file locking on your delivery rules is a bit disheartening for starters (unless you use Maildir, which I don't believe you do, since there's no trailing "/" on your delivery boxes). The rule I've used for quite some time, at least for lists: :0 * ^List-Id:.*<\/[^.]+\.freebsd.org> { LISTNAME=${MATCH} :0: * LISTNAME ?? ^\/[^.]+ freebsd/${MATCH} } -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080710041617.GA34651>