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

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

Re: Have message-ID set by my email server rather than by Message


From: Arash Esbati
Subject: Re: Have message-ID set by my email server rather than by Message
Date: Sat, 09 Dec 2023 17:57:45 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

rameiko87@posteo.net writes:

> This is perfect! So I customized message-required-mail-headers. Now
> your explanation shows why I should not remove the mail headers, but
> still I wonder about the meaning of the lines cited above from the
> Gnus manual. And I also wonder what is the meaning of the variable
> message-required-mail-headers if it's essentially ignored by Message
> when I remove the Message-ID header from the list.

I'm not sure if Message is ignoring the value of
`message-required-mail-headers'.

> Anyway now I'm back to the original problem where I don't know what to
> insert for Message-ID because the recommendations from the Gnus manual
> above don't apply, and also I can't understand how Message generates
> the portion which comes before the at-sign...

My guess is that your message-id like this:

  Message-ID: <8b21e2aa979f8c1944fc0b5ca4be1e5c@posteo.net>

is generated by your sendmail program.  I use msmtp which has an option:

‘set_msgid_header [(auto|off)]’
  When to set a Message-ID header: ‘auto’ adds a Message-ID header if
  the mail does not have one (this is the default), and ‘off’ never sets
  a Message-ID header.  Message-IDs have the form ‘hash@domain’, where
  ‘hash’ is a hash over some values that uniquely identify the mail, and
  ‘domain’ is either the value of the domain command (unless that is the
  default value ‘localhost’), or the domain part of the envelope-from
  address (if available), or the host name of the SMTP server.

Maybe you want to check your sendmail program.

Best, Arash



reply via email to

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