Merged
Conversation
Collaborator
Author
|
Few notes:
|
link2xt
reviewed
Feb 5, 2026
1150907 to
da063fd
Compare
36a0f0e to
41237b3
Compare
Collaborator
Author
|
TODO:
|
Collaborator
Author
|
Also:
|
41237b3 to
7482b51
Compare
7482b51 to
fa57846
Compare
fa57846 to
833ec92
Compare
Collaborator
Author
|
Removed the fallback mechanism, as it is no longer needed. |
link2xt
approved these changes
Feb 14, 2026
Contributor
|
Cache invalidation is a difficult problem as usual. Should be mostly fine with this approach, we can improve later if needed. chatmail always uses the same selector ( |
This implements a DKIM verification as well as a strict DKIM signature alignment check with domain in `From` header address. Caches the retrieved RDATA using in-memory LRU. BREAKING CHANGE: incoming messages now require DKIM signatures aligned to domain of the `From` header address. Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
833ec92 to
d49b168
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This implements a DKIM verification as well as a strict
DKIM signature alignment check with domain in
Fromheader address.
Caches the retrieved RDATA using in-memory LRU.
BREAKING CHANGE: incoming messages now require DKIM signatures
aligned to domain of the
Fromheader address.Signed-off-by: Jagoda Ślązak jslazak@jslazak.com