Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: info-gnus-english@gnu.org
Subject: Re: Message-ID
Date: Tue, 20 Nov 2007 16:32:25 +0900	[thread overview]
Message-ID: <b4mir3xpe2e.fsf@jpl.org> (raw)
In-Reply-To: <871wall9f8.fsf@localhost.localdomain>

>>>>> 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	other threads:[~2007-11-20  7:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-20  6:26 Message-ID Heinrich Moser
2007-11-20  7:32 ` Katsumi Yamaoka [this message]
     [not found] ` <b4mmyt9pe82.fsf@jpl.org>
2007-11-20 16:11   ` Message-ID Heinrich Moser

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4mir3xpe2e.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).