From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9938 Path: news.gmane.org!not-for-mail From: Heinrich Moser Newsgroups: gmane.emacs.gnus.user Subject: Re: Message-ID Date: Tue, 20 Nov 2007 17:11:07 +0100 Organization: Streams Telecommunications Message-ID: <87hcjgzylg.fsf@msgid.heinzi.at> 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 1195576830 10678 80.91.229.12 (20 Nov 2007 16:40:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Nov 2007 16:40:30 +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 17:40:36 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 1IuW9L-0007j3-Sm for gegu-info-gnus-english@m.gmane.org; Tue, 20 Nov 2007 17: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 1IuW98-0002xx-4o for gegu-info-gnus-english@m.gmane.org; Tue, 20 Nov 2007 11:40:22 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.streams.at!news.streams.at.POSTED!not-for-mail Original-NNTP-Posting-Date: Tue, 20 Nov 2007 10:11:12 -0600 Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:xeTw/2bE7xaZNQ81axB6Vs6oH7A= Cache-Post-Path: news.aic.at!unknown@h062040176163.med.cm.kabsi.at X-Cache: nntpcache 3.0.2 (see http://www.nntpcache.com/) Original-Lines: 28 X-Usenet-Provider: http://www.giganews.com Original-NNTP-Posting-Host: 81.16.38.50 Original-X-Trace: sv3-AOqnjj30c8q3XUWJl6ZfqFzbBUXUFHlM6eezE2A28/gDnkhfLf9a+L7MKs87LGl9WXTprRSuwdQi/Xe!0SrALj0b/UUgcctTZ7cGMLmt7IYci0nnK+/HRGp2X0hKUCMyXaUDJSYLNuYJBQoRPw== Original-X-Complaints-To: abuse@streams.at X-DMCA-Complaints-To: abuse@streams.at X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.36 Original-Xref: shelby.stanford.edu gnu.emacs.gnus:80147 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:9938 Archived-At: Katsumi Yamaoka writes: >>>>>> 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**? > > 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 () > message-make-fqdn) > > 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. Thank you; upgrading to 5.11 and setting message-user-fqdn worked great! Greetings, Heinzi PS: Apparently, there are two versions of gnus available in Debian Etch: One (v5.9) built into the emacs21 package and another one (v5.11) in the separate gnus package.