Fix DKIM config #66

Merged
Gonne merged 1 commit from Gonne/nixConfig:nyarlathotep into main 2025-03-26 13:47:26 +00:00
Owner
No description provided.
Gonne added 1 commit 2025-03-25 20:17:43 +00:00
requested review from Server-Minions 2025-03-25 20:17:49 +00:00
Gonne force-pushed nyarlathotep from 386b2df01f to fce8e7b96e 2025-03-26 06:38:11 +00:00 Compare
Gonne added 1 commit 2025-03-26 06:44:21 +00:00
Gonne force-pushed nyarlathotep from a9811de025 to 1e19850388 2025-03-26 06:45:14 +00:00 Compare
Gonne force-pushed nyarlathotep from 1e19850388 to 386b2df01f 2025-03-26 06:47:47 +00:00 Compare
Gonne force-pushed nyarlathotep from 386b2df01f to 88d7a40000 2025-03-26 13:16:19 +00:00 Compare
nerf approved these changes 2025-03-26 13:33:02 +00:00
Dismissed
@ -241,3 +242,3 @@
domain = "${domain}";
selector = "rsa-default";
headers = ["From" "To" "Cc" "Date" "Subject" "Message-ID" "Organization" "MIME-Version" "Content-Type" "In-Reply-To" "References" "List-Id" "User-Agent" "Thread-Topic" "Thread-Index"]; # default from https://stalw.art/docs/smtp/authentication/dkim/sign#signatures
headers = ["From" "To" "Cc" "Date" "Subject" "Message-ID" "Organization" "MIME-Version" "Content-Type" "In-Reply-To" "References" "List-Id" "Thread-Topic" "Thread-Index"]; # default from https://stalw.art/docs/smtp/authentication/dkim/sign#signatures except "User-Agent" which somehow breaks
Owner

This is a strange header, it is technically not a mail header but a netnews header, which is a different format
for Internet Messages. See IANA and thus only defined in RFC 5536 3.2.13. So think it should not occur in Mail, but maybe in Messages we have to forward. (For example someone joins a newsgroup with a mathebau address). This Message format comes with it complete own set of Headers (that has some overlap with mail), but which we usually don't care to sign, like the Newsgroups header, or the Injection-Info header.

So if we agree to not care for netnews and generally only sign netnews headers if they are incidentally mail header, we should not sign User-Agent anyway.

This is a strange header, it is technically not a mail header but a netnews header, which is a different format for Internet Messages. See [IANA](https://www.iana.org/assignments/message-headers/message-headers.xhtml) and thus only defined in [RFC 5536 3.2.13](https://www.rfc-editor.org/rfc/rfc5536.html#section-3.2.13). So think it should not occur in Mail, but maybe in Messages we have to forward. (For example someone joins a newsgroup with a mathebau address). This Message format comes with it complete own set of Headers (that has some overlap with mail), but which we usually don't care to sign, like the `Newsgroups` header, or the `Injection-Info` header. So if we agree to not care for netnews and generally only sign netnews headers if they are incidentally mail header, we should not sign `User-Agent` anyway.
nerf dismissed nerf's review 2025-03-26 13:34:38 +00:00
Reason:

Forget to read a line

Gonne force-pushed nyarlathotep from 88d7a40000 to 98fe80676d 2025-03-26 13:40:54 +00:00 Compare
nerf approved these changes 2025-03-26 13:43:50 +00:00
Gonne merged commit 98fe80676d into main 2025-03-26 13:47:26 +00:00
Gonne deleted branch nyarlathotep 2025-03-26 13:47:26 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Fachschaft/nixConfig#66
No description provided.