From: Amin Bandali Date: Fri, 22 Feb 2019 18:39:01 +0000 (-0500) Subject: [emacs/{gnus,message}] set custom fqdn for outgoing gnu messages X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/dadb049ec4908bba38694e0a268a9899e69fda50?ds=sidebyside [emacs/{gnus,message}] set custom fqdn for outgoing gnu messages in order to customize generated Message-ID --- diff --git a/init.org b/init.org index 503e0fd..97ad67d 100644 --- a/init.org +++ b/init.org @@ -2372,7 +2372,8 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. (body "\nBest,\namin\n") (eval (setq a/message-cite-say-hi t))) ("gnu.*" - (address "bandali@gnu.org")) + (address "bandali@gnu.org") + (eval (set (make-local-variable 'message-user-fqdn) "fencepost.gnu.org"))) ((header "subject" "ThankCRM") (to "webmasters-comment@gnu.org") (body "\nAdded to 2019supporters.html.\n\nMoving to campaigns.\n\n-amin\n")