Variable: message-bogus-system-names
message-bogus-system-names is a variable defined in message.el.gz.
Value
"\\`localhost\\.\\|\\.local\\'"
Documentation
The regexp of bogus system names.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/message.el.gz
(defvar message-bogus-system-names "\\`localhost\\.\\|\\.local\\'"
"The regexp of bogus system names.")