Gnus development mailing list
 help / color / mirror / Atom feed
From: "Robin S. Socha" <robin@socha.net>
Subject: Re: How to set news message id?
Date: 27 Nov 1999 20:57:33 +0100	[thread overview]
Message-ID: <deathsquad.m3g0xrpv0y.fsf@socha.net> (raw)
In-Reply-To: Gerald Preissler's message of "25 Nov 1999 14:25:16 +0100"

* Gerald Preissler <Gerald.Preissler@gmx.de> writes:
> Hi folks, I just set up a local newsserver and can't get pgnus to
> generate the message-id's I'd like to have. 

Check these:

;;*================================
;; Setting the system name
(defun system-name  () "Setting the system name" "socha.net")
;;*================================
;; Your own Message-ID. The unique part can be found in the middle. If
;; your machine doesn't have a FQDN, it is preferable to let the server
;; generate it
(defun message-make-message-id ()
  "Make a unique Message-ID."
  (concat "<deathsquad." (message-unique-id)
"@socha.net>"))

-- 
Robin S. Socha  <http://socha.net/Gnus/>


      parent reply	other threads:[~1999-11-27 19:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-11-25 13:25 Gerald Preissler
1999-11-27 19:04 ` Kai Großjohann
1999-11-27 20:49   ` Håvard Kvålen
1999-11-28 14:45     ` Stainless Steel Rat
1999-11-28 16:13       ` Robin S. Socha
1999-11-28 21:09         ` Stainless Steel Rat
1999-11-29 14:08           ` David S. Goldberg
1999-11-30  0:47             ` Stainless Steel Rat
1999-11-27 19:57 ` Robin S. Socha [this message]

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=deathsquad.m3g0xrpv0y.fsf@socha.net \
    --to=robin@socha.net \
    /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).