From 608bc4fa7fa721ca1bef79e8d8a4630cd6124843 Mon Sep 17 00:00:00 2001 From: Adnan Maolood Date: Sun, 27 Aug 2023 13:47:24 -0400 Subject: compose: use email domain name in Message-Id RFC 5322 recommends using a domain name on the right-hand side of the "@" in Message-Ids. Since the local host domain name cannot be obtained reliably, use the sender email domain name by default. Add a new configuration option to maintain the old behavior. Link: https://www.rfc-editor.org/rfc/rfc5322.html#section-3.6.4 Signed-off-by: Adnan Maolood Acked-by: Robin Jarry --- doc/aerc-accounts.5.scd | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/aerc-accounts.5.scd b/doc/aerc-accounts.5.scd index b8871d9b..3b6ad030 100644 --- a/doc/aerc-accounts.5.scd +++ b/doc/aerc-accounts.5.scd @@ -204,6 +204,12 @@ Note that many of these configuration options are written for you, such as Default: _false_ +*send-with-hostname* = _true_|_false_ + Uses the local hostname in outgoing Message-Id headers instead of your + email address domain name. + + Default: _false_ + *source* = __ Specifies the source for reading incoming emails on this account. This key is required for all accounts. It should be a connection string, and the -- cgit