summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-02-22 13:39:01 -0500
committerAmin Bandali <bandali@gnu.org>2019-02-22 13:40:25 -0500
commitdadb049ec4908bba38694e0a268a9899e69fda50 (patch)
tree37d8bd653d553d77eb4bcdd2f403652d69706c37
parentb507a0ef4580b5f255f771f6a9bd4931b5dce594 (diff)
downloadconfigs-dadb049ec4908bba38694e0a268a9899e69fda50.tar.gz
configs-dadb049ec4908bba38694e0a268a9899e69fda50.tar.xz
configs-dadb049ec4908bba38694e0a268a9899e69fda50.zip
[emacs/{gnus,message}] set custom fqdn for outgoing gnu messages
in order to customize generated Message-ID
Diffstat (limited to '')
-rw-r--r--init.org3
1 files changed, 2 insertions, 1 deletions
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")