From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9932 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.user Subject: Re: Message-ID Supersedes: Date: Tue, 20 Nov 2007 16:32:25 +0900 Organization: Emacsen advocacy group Message-ID: References: <871wall9f8.fsf@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1195544443 28471 80.91.229.12 (20 Nov 2007 07:40:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Nov 2007 07:40:43 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Nov 20 08:40:38 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IuNim-0003xF-7y for gegu-info-gnus-english@m.gmane.org; Tue, 20 Nov 2007 08:40:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IuNiX-0002vP-WA for gegu-info-gnus-english@m.gmane.org; Tue, 20 Nov 2007 02:40:22 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 25 Original-X-Trace: individual.net RhO/C1TeXZ0hCghOSgqdcQ6ijO5OOnAzqUBN67YWcvMaee3xA= Cancel-Lock: sha1:J8JwHoH1DIgE+HkKspB5j+pF7Wo= sha1:2hPUyLjTklOIYkAQDuFP2jDRwZo= Cancel-Key: sha1:iD44R8ROjov4FNJfbfQ8QOCWVtg= sha1:7g4rNXsM85D5KT5gWLgBiw+rHBY= User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( Original-Xref: shelby.stanford.edu gnu.emacs.gnus:80143 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:9932 Archived-At: >>>>> Heinrich Moser wrote: > Why is my message ID broken (@localhost.localdomain, see this > message), although I followed the steps of FAQ Q2.16* and set > mail-host-address correctly**? > Greetings, TIA, > Heinzi > * http://www.faqs.org/faqs/gnus-faq/ Unfortunately Gnus v5.9 prefers the system name if it contains dots, and there is no way to let Gnus honor `mail-host-address' other than modifying the `message-make-fqdn' function. If you wish to do so, add this form to your ~/.gnus.el file: (defun message-make-fqdn () mail-host-address) But you'd better upgrade your Gnus (and also Emacs if possible) to the modern one. Gnus v5.10.8[1] supports Emacs 21 and Emacs 22.1 provides Gnus v5.11. With those versions of Gnus, you can control the domain part of Message-ID by the `message-user-fqdn' variable. [1] ftp://ftp.gnus.org/pub/gnus/gnus-5.10.8.tar.gz