Gnus development mailing list
 help / color / mirror / Atom feed
* shoot vs. tickle in bogus FQDNs
@ 2003-03-20 13:35 Klaus Straubinger
  2003-03-20 15:27 ` Reiner Steib
  0 siblings, 1 reply; 2+ messages in thread
From: Klaus Straubinger @ 2003-03-20 13:35 UTC (permalink / 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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-03-20 15:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-20 13:35 shoot vs. tickle in bogus FQDNs Klaus Straubinger
2003-03-20 15:27 ` Reiner Steib

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).