From owner-cvs-CVSROOT Sun Jun 8 19:44:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA29310 for cvs-CVSROOT-outgoing; Sun, 8 Jun 1997 19:44:52 -0700 (PDT) Received: from spinner.dialix.com.au (spinner.dialix.com.au [192.203.228.67]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA29302; Sun, 8 Jun 1997 19:44:17 -0700 (PDT) Received: from spinner.dialix.com.au (localhost.dialix.com.au [127.0.0.1]) by spinner.dialix.com.au with ESMTP id KAA18923; Mon, 9 Jun 1997 10:43:47 +0800 (WST) Message-Id: <199706090243.KAA18923@spinner.dialix.com.au> X-Mailer: exmh version 2.0gamma 1/27/96 To: Brian Somers cc: Peter Wemm , cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-CVSROOT@freebsd.org Subject: Re: cvs commit: CVSROOT log_accum.pl In-reply-to: Your message of "Mon, 09 Jun 1997 00:15:09 +0100." <199706082315.AAA08026@awfulhak.demon.co.uk> Date: Mon, 09 Jun 1997 10:43:46 +0800 From: Peter Wemm Sender: owner-cvs-cvsroot@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Brian Somers wrote: > > peter 1997/06/08 09:46:17 PDT > > > > Modified files: > > . log_accum.pl > > Log: > > Use hostname() to see if we should append @FreeBSD.org to the mail > > addresses > > > > Revision Changes Path > > 1.26 +14 -5 CVSROOT/log_accum.pl > > > > Wouldn't it be better to *never* append @FreeBSD.org ? That way > this list won't get spammed when someone changes commitcheck (so > that they can test commits locally) and forgets to change this > file. Well, that's what this does.. It appends @freebsd.org *only when* the hostname of the repository ends in .freebsd.org. This is mainly for internat.freebsd.org's benefit which doesn't have the local lists. > -- > Brian , > > Don't _EVER_ lose your sense of humour.... > Cheers, -Peter