From owner-freebsd-arch@FreeBSD.ORG Sun Mar 30 05:06:52 2003 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 921BD37B401 for ; Sun, 30 Mar 2003 05:06:52 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9B7C43F3F for ; Sun, 30 Mar 2003 05:06:51 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h2UD6oA7019526; Sun, 30 Mar 2003 06:06:50 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 30 Mar 2003 06:05:34 -0700 (MST) Message-Id: <20030330.060534.18864762.imp@bsdimp.com> To: des@ofug.org From: "M. Warner Losh" In-Reply-To: References: <20030329.164403.54601077.imp@bsdimp.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: arch@freebsd.org Subject: Re: Allow underscores in DNS names X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2003 13:06:54 -0000 In message: des@ofug.org (Dag-Erling Sm=F8rgrav) writes: : "M. Warner Losh" writes: : > When this has come up in the past, it was decreed that _ is a bad b= ad : > bad bad idea, even though people want it. You might want to check = the : > ancient archives (1998?) for all the reasons why. : = : Arguments presented in ancient archives are not necessarily relevant : five years later. True. However, they are still relevant today. '_' is illegal in DNS names, is rejected by the majority of hosts on the internet and generally is a bad idea. If you do it, make it optional. Warner