From owner-freebsd-hackers Wed Jan 15 17:21:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA15080 for hackers-outgoing; Wed, 15 Jan 1997 17:21:23 -0800 (PST) Received: from asstdc.scgt.oz.au (root@asstdc.scgt.oz.au [202.14.234.65]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id RAA15066 for ; Wed, 15 Jan 1997 17:21:19 -0800 (PST) Received: (from imb@localhost) by asstdc.scgt.oz.au (8.7.6/BSD4.4) id MAA14034 Thu, 16 Jan 1997 12:20:30 +1100 (EST) From: michael butler Message-Id: <199701160120.MAA14034@asstdc.scgt.oz.au> Subject: Re: Underscore in domainname? In-Reply-To: from Jaye Mathisen at "Jan 15, 97 04:04:15 pm" To: mrcpu@cdsnet.net (Jaye Mathisen) Date: Thu, 16 Jan 1997 12:20:30 +1100 (EST) Cc: hackers@freebsd.org X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Jaye Mathisen writes: > BIND seems to think that anybody with an _ in their name is bogus, or at > least, no response is ever authoritative. The use of '_' in a domain name has always been bogus, however, Bind previously did not enforce this. Versions over the last couple of years (4.9.2/3) warned of this. Recent versions now refuse them. Get them to fix their data (the non-compliant hostnames), the DNS isn't broken, michael