From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50924 Path: main.gmane.org!not-for-mail From: Klaus Straubinger Newsgroups: gmane.emacs.gnus.general Subject: shoot vs. tickle in bogus FQDNs Date: Thu, 20 Mar 2003 14:35:19 +0100 (CET) Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1048167427 29552 80.91.224.249 (20 Mar 2003 13:37:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 20 Mar 2003 13:37:07 +0000 (UTC) Original-X-From: owner-ding@hpc.uh.edu Thu Mar 20 14:37:06 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18w0EE-0007gW-00 for ; Thu, 20 Mar 2003 14:37:06 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18w0Do-0004IB-00; Thu, 20 Mar 2003 07:36:40 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 20 Mar 2003 07:37:41 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id HAA14343 for ; Thu, 20 Mar 2003 07:37:32 -0600 (CST) Original-Received: (qmail 96204 invoked by alias); 20 Mar 2003 13:36:26 -0000 Original-Received: (qmail 96199 invoked from network); 20 Mar 2003 13:36:25 -0000 Original-Received: from smtpde02.sap-ag.de (155.56.68.170) by 66.230.238.6 with SMTP; 20 Mar 2003 13:36:25 -0000 Original-Received: from sap-ag.de (smtpde02) by smtpde02.sap-ag.de (out) with ESMTP id OAA00511 for ; Thu, 20 Mar 2003 14:36:06 +0100 (MEZ) Original-To: ding@gnus.org Importance: Low X-Mailer: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 X-SAP: out Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50924 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50924 In function message-make-fqdn we read: ... ;; Default to this bogus thing. (t (concat system-name ".i-did-not-set--mail-host-address--so-tickle-me"))))) However, in function message-check-news-header-syntax, there is still ... ;; Check "Shoot me". (message-check 'shoot (if (re-search-forward "Message-ID.*.i-did-not-set--mail-host-address--so-shoot-me" nil t) (y-or-n-p "You appear to have a misconfigured system. Really post? ") t)) which should be adapted to the definition above. -- Klaus Straubinger