From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/35176 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: Thoughts on Message-ID generation Date: 02 Mar 2001 10:53:05 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87n1b6rcq9.fsf@deneb.enyo.de> <3A9EC79F.9CB38BEA@home.com> <01Mar1.174128est.115320@gateway.intersys.com> <3A9ED357.268858BD@home.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170963 1616 80.91.224.250 (21 Oct 2002 03:29:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:29:23 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id A4505D049E for ; Fri, 2 Mar 2001 10:54:03 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB09706; Fri, 2 Mar 2001 09:53:49 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 02 Mar 2001 09:52:45 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA11380 for ; Fri, 2 Mar 2001 09:52:35 -0600 (CST) Original-Received: from multivac.cwru.edu (multivac.STUDENT.CWRU.Edu [129.22.96.25]) by mailhost.sclp.com (Postfix) with SMTP id 3928BD049E for ; Fri, 2 Mar 2001 10:53:06 -0500 (EST) Original-Received: (qmail 26052 invoked by uid 500); 2 Mar 2001 15:53:27 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org In-Reply-To: (Toby Speight's message of "02 Mar 2001 14:35:32 +0000") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 14 Xref: main.gmane.org gmane.emacs.gnus.general:35176 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:35176 Toby Speight writes: > Isn't there a reserved domain for private naming analogous to 10.* > IP numbers? Nope. example.{com,net,org}. are reserved for use as examples, but not for use on non-Internet networks. localhost. is reserved for use as a name of the local host, but using foo.localhost. may not be such a great idea. local. is used in some RFCs in examples to refer to a domain not on the Internet, but no RFC actually reserves it for that use. You could use foo.10.in-addr.arpa., maybe, but there are probably some things that would break on that. paul