Gnus development mailing list
 help / color / mirror / Atom feed
From: Klaus Straubinger <ksnetz@arcor.de>
Subject: shoot vs. tickle in bogus FQDNs
Date: Thu, 20 Mar 2003 14:35:19 +0100 (CET)	[thread overview]
Message-ID: <m3y93agnzc.fsf@P54276.Wdf.SAP.Corp.i-did-not-set--mail-host-address--so-tickle-me> (raw)

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




             reply	other threads:[~2003-03-20 13:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-20 13:35 Klaus Straubinger [this message]
2003-03-20 15:27 ` Reiner Steib

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=m3y93agnzc.fsf@P54276.Wdf.SAP.Corp.i-did-not-set--mail-host-address--so-tickle-me \
    --to=ksnetz@arcor.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).