Bug 457262 - Generate privacy-aware Message-Ids
Summary: Generate privacy-aware Message-Ids
Status: REPORTED
Alias: None
Product: kmail2
Classification: Applications
Component: general (show other bugs)
Version: 5.20.3
Platform: Other Other
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-29 07:48 UTC by Martin Steigerwald
Modified: 2022-07-29 07:50 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Steigerwald 2022-07-29 07:48:21 UTC
KMail by default uses the local host name as suffix for Message-Id. This has two downsides:

1. It reveals the local hostname even in case a privacy aware mail server removed the first Received: header.
2. It is not guaranteed to be unique.

I'd not mind the second disadvantage as there is no easy way to make the second part unique to begin with, unless you generate some kind of UUID for that. But doing so might have other privacy implications.

A good default might be to use the domain name from an SMTP transport. Or the domain part of the mail address in an identity.

This bug could also be in a different product/component like Akonadi / Mail dispatcher agent, but it really depends on where this configuration option would best be implemented.
Comment 1 Martin Steigerwald 2022-07-29 07:50:48 UTC
Also see:  Bug 457263 - Configure Message-Id per identity or SMTP resource.