dkim_verifier icon indicating copy to clipboard operation
dkim_verifier copied to clipboard

Check SDID against the From address when reading the result form the ARH

Open lieser opened this issue 1 year ago • 0 comments

Currently when we read the DKIM result form the Authentication-Results header instead of doing our own verification, we do not check that the SDID and the domain of the From address align with each other, as we do then we verify the DKIM signature ourself.

We already do some other checks in this case, e.g. the sign rules. The alignment of the SDID and the from domain is probably a check we want to add too.

lieser avatar Jul 25 '24 19:07 lieser