aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAdnan Maolood <adnan@maolood.com>2023-08-27 13:47:24 -0400
committerRobin Jarry <robin@jarry.cc>2023-08-28 11:56:23 +0200
commit608bc4fa7fa721ca1bef79e8d8a4630cd6124843 (patch)
treed483216634b2c0ac505de7b2e9359e0fc6aeb2d5 /CHANGELOG.md
parenta5bc7ccf0cae608ac1e72ab4c9ebe5596eb8c988 (diff)
downloadaerc-608bc4fa7fa721ca1bef79e8d8a4630cd6124843.tar.gz
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 <adnan@maolood.com> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae5b98f6..50324992 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -47,6 +47,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
`/usr/bin/colorize`).
- `:export-mbox` only exports marked messages, if any. Otherwise it exports
everything, as usual.
+- The local hostname is no longer exposed in outgoing `Message-Id` headers by
+ default. Legacy behaviour can be restored by setting `send-with-hostname
+ = true` in `accounts.conf`.
### Deprecated