GNU bug report logs -
#25702
26.0.50; `message-make-fqdn' break when `(system-name)' doesn't ends in `.local'
Previous Next
Reported by: Rasmus <rasmus <at> gmx.us>
Date: Mon, 13 Feb 2017 10:51:01 UTC
Severity: normal
Found in version 26.0.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi,
The combination of 3485c1693ef (see #24570) and maybe the removal of
`message-valid-fqdn-regexp' means that `message-make-fqdn' has broken for
me.
My (system-name) is the model number of the machine I use (e.g. "X200s").
So now it's selected as the fdqn via `message-make-fqdn':
((not (string-match message-bogus-system-names sysname))
;; `system-name' returned the right result.
sysname)
Thus, MESSAGE-ID are something <at> X200s, which is a bogus address.
For now I can add laptops model number to `message-bogus-system-names' but
that seems wrong. Shouldn't user-domain be preferred over the sysname
anyway?
Thanks,
Rasmus
This bug report was last modified 6 years and 61 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.