Gnus development mailing list
 help / color / mirror / Atom feed
From: Christoph Conrad <christoph.conrad@gmx.de>
Subject: Re: customizing RHS of Message-ID
Date: Tue, 15 Apr 2003 22:12:38 +0200	[thread overview]
Message-ID: <m365pfikp5.fsf@ID-24456.user.dfncis.de> (raw)
In-Reply-To: <hhwuhvbob9.fsf@hrothgar.la.mastaler.com> (Jason R. Mastaler's message of "Tue, 15 Apr 2003 12:36:26 -0600")

Hi Jason,

    > I'd like to see a variable that we can set that overrides
    > `message-make-fqdn' in `message-make-message-id'. This is so I
    > can set the RHS of the Message-ID to an arbitrary string. If
    > you're familiar with qmail, this is analogous to setting the
    > QMAILIDHOST environment variable.

Would be useful, yes. Until available i use:

(eval-after-load "nnmail"
  '(defun nnmail-message-id ()
     (concat "<" (message-unique-id) "@ID-24456.user.dfncis.de>")))

(eval-after-load "message"
  '(defun message-make-message-id ()
     (concat "<" (message-unique-id) "@ID-24456.user.dfncis.de>")))

(add-to-list 'message-required-mail-headers 'Message-ID)
(add-to-list 'message-required-news-headers 'Message-ID)

Beste Grüße,
cu, -cc-
-- 
"Lieber ein kleiner Teil von etwas ganz Großem als ein großer Teil von
einem Haufen Scheiße." (Franziska van Almsick)



  reply	other threads:[~2003-04-15 20:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-15 18:36 Jason R. Mastaler
2003-04-15 20:12 ` Christoph Conrad [this message]
2003-04-15 20:35 ` Reiner Steib
2003-04-18 18:59   ` Jason R. Mastaler

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=m365pfikp5.fsf@ID-24456.user.dfncis.de \
    --to=christoph.conrad@gmx.de \
    /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).