From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34985 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: `user-mail-address' for message-ids Date: 25 Feb 2001 14:46:40 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: <20010223133030.B14991@mastaler.com> <2n3dd26bjw.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170805 600 80.91.224.250 (21 Oct 2002 03:26:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:26:45 +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 4A60DD049D for ; Sun, 25 Feb 2001 14:47:12 -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 NAB02930; Sun, 25 Feb 2001 13:47:06 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 25 Feb 2001 13:46:25 -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 NAA27234 for ; Sun, 25 Feb 2001 13:46:16 -0600 (CST) Original-Received: from multivac.cwru.edu (multivac.STUDENT.CWRU.Edu [129.22.96.25]) by mailhost.sclp.com (Postfix) with SMTP id 0BAF5D049D for ; Sun, 25 Feb 2001 14:46:42 -0500 (EST) Original-Received: (qmail 22999 invoked by uid 500); 25 Feb 2001 19:47:02 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org In-Reply-To: <2n3dd26bjw.fsf@tiger.jia.vnet> (ShengHuo ZHU's message of "25 Feb 2001 10:13:07 -0500") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 24 Xref: main.gmane.org gmane.emacs.gnus.general:34985 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34985 ShengHuo ZHU writes: > Simon Josefsson writes: > > People who use default Linux installations (at least RedHat) and DHCP > > will also get a domain part of "localhost.localdomain". The DHCP client can be configured to call sethostname() and setdomainname(). If it doesn't do so, and if (system-name) consequently reports the wrong name, then that's a problem outside Gnus, which should be solved outside Gnus. > > # emacs -q -batch -eval '(princ (concat (system-name) "\n"))' > > localhost.localdomain > > # hostname -f > > sjosefsson-lap How is emacs finding the hostname, in this case? > Since message-make-fqdn is not always reliable, should we add a > customizable variable for this? I think it would do more harm than good. paul