From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/35032 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: `user-mail-address' for message-ids Date: 27 Feb 2001 20:05:26 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <20010223133030.B14991@mastaler.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035170841 836 80.91.224.250 (21 Oct 2002 03:27:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:27:21 +0000 (UTC) Cc: "Jason R. Mastaler" , ding@gnus.org 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 9B9A8D049D for ; Tue, 27 Feb 2001 14:05:55 -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 NAB23343; Tue, 27 Feb 2001 13:05:16 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 27 Feb 2001 13:04:37 -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 NAA13900 for ; Tue, 27 Feb 2001 13:04:27 -0600 (CST) Original-Received: from dolk.extundo.com (dolk.extundo.com [195.42.214.242]) by mailhost.sclp.com (Postfix) with ESMTP id 9A0B3D049D for ; Tue, 27 Feb 2001 14:04:57 -0500 (EST) Original-Received: from barbar.josefsson.org (slipsten.extundo.com [195.42.214.241]) by dolk.extundo.com (8.11.2/8.11.2) with ESMTP id f1RJ4sg27297; Tue, 27 Feb 2001 20:04:55 +0100 Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "27 Feb 2001 18:52:04 +0100") Mail-Copies-To: nobody User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/21.0.97 Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 8 Xref: main.gmane.org gmane.emacs.gnus.general:35032 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:35032 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: > I tend to agree with the former group, though I also think that Emacs > could try harder to glean the name, for example from the name server. I think this is what's happening -- it uses uname() or gethostname() to get a name, and if that value doesn't conain `.' it proceeds with a gethostbyname(). `init_system_name' in sysdep.c.