Gnus development mailing list
 help / color / mirror / Atom feed
* [PATCH] Message-ID hostname should be simple.
@ 2023-04-17 11:39 Byung-Hee HWANG
  2023-04-17 17:03 ` Bob Newell
  2023-05-06  6:57 ` Byung-Hee HWANG
  0 siblings, 2 replies; 6+ messages in thread
From: Byung-Hee HWANG @ 2023-04-17 11:39 UTC (permalink / raw)
  To: soyeomul; +Cc: Byung-Hee HWANG, ding

Most people know that the meaning of localhost/localdomain. So i prefer
localdomain to long line explanation. Long time ago, i saw some
message's localdomain screenshot at LKML:

<quote>
X-X-Sender: torvalds@localhost.localdomain
</quote>

Reference:
https://lore.kernel.org/all/alpine.LFD.2.00.0901111248060.6528@localhost.localdomain/raw

Sincerely, Byung-Hee

---
 lisp/gnus/message.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index 8d3fe010af4..735ad00e0ea 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -6143,7 +6143,7 @@ give as trustworthy answer as possible."
       user-domain)
      ;; Default to this bogus thing.
      (t
-      (concat sysname ".mail-host-address-is-not-set")))))
+      (concat sysname ".localdomain")))))
 
 (defun message-make-domain ()
   "Return the domain name."
-- 
2.30.2



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

end of thread, other threads:[~2023-05-06 10:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-17 11:39 [PATCH] Message-ID hostname should be simple Byung-Hee HWANG
2023-04-17 17:03 ` Bob Newell
2023-04-18 11:28   ` Byung-Hee HWANG
2023-05-06  6:57 ` Byung-Hee HWANG
2023-05-06  7:11   ` Emanuel Berg
2023-05-06 10:25     ` Byung-Hee HWANG (黃炳熙)

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