From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27284 Path: main.gmane.org!not-for-mail From: "Robin S. Socha" Newsgroups: gmane.emacs.gnus.general Subject: Re: How to set news message id? Date: 27 Nov 1999 20:57:33 +0100 Organization: Usenet Death Squad Sender: owner-ding@hpc.uh.edu Message-ID: References: <87iu2qn1oj.fsf@mycroft.localnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164336 23747 80.91.224.250 (21 Oct 2002 01:38:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:38:56 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA08586 for ; Sat, 27 Nov 1999 15:05:48 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id OAC18456; Sat, 27 Nov 1999 14:05:21 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 27 Nov 1999 14:05:07 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id OAA25453 for ; Sat, 27 Nov 1999 14:04:34 -0600 (CST) Original-Received: from kens.com ([129.250.30.40]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA08580 for ; Sat, 27 Nov 1999 15:03:31 -0500 (EST) Original-Received: from socha.net (IDENT:root@port2103.duesseldorf.ndh.net [195.227.37.103]) by kens.com (8.9.3/8.9.3-mod-for-majordomo) with ESMTP id PAA24460 for ; Sat, 27 Nov 1999 15:02:58 -0500 (EST) Original-Received: (from robin@localhost) by socha.net (8.9.3/8.9.3) id UAA21112; Sat, 27 Nov 1999 20:57:33 +0100 Original-To: ding@gnus.org X-URL: X-Face: #Z}0zkbqU,m`+S)^0R[.23L-o>U{UQ|(DvIqu^Bjw:po_g9;4JnT9tbn;QX$ga/LYS In-Reply-To: Gerald Preissler's message of "25 Nov 1999 14:25:16 +0100" Original-Lines: 20 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) XEmacs/21.2 (Sneaky Bastard 19991102) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27284 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27284 * Gerald Preissler 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 "")) -- Robin S. Socha