From owner-freebsd-questions@FreeBSD.ORG Tue Dec 14 14:36:36 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7248D16A4CF for ; Tue, 14 Dec 2004 14:36:36 +0000 (GMT) Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51CA743D53 for ; Tue, 14 Dec 2004 14:36:36 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 28824 invoked from network); 14 Dec 2004 14:36:35 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 14 Dec 2004 14:36:35 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 4B71944; Tue, 14 Dec 2004 09:36:35 -0500 (EST) Sender: lowell@be-well.ilk.org To: Gert Cuykens References: From: Lowell Gilbert Date: 14 Dec 2004 09:36:35 -0500 In-Reply-To: Message-ID: <44sm697xqk.fsf@be-well.ilk.org> Lines: 7 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: refuse X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 14:36:36 -0000 Gert Cuykens writes: > can somebody change the cvsup program so the refuse file can contain > #comments please ? Why not just run it through cpp(1) and use the output? I used to do that with my sendmail configuration...