info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Message-ID


From: Katsumi Yamaoka
Subject: Re: Message-ID
Date: Tue, 20 Nov 2007 16:32:25 +0900
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

>>>>> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]