Apparently this causes outlook.com messages to be rejected
even though they don't use `l=` tag.
This commit is contained in:
link2xt
2024-07-03 20:36:31 +00:00
parent e948bdaea8
commit b1d11d7747
2 changed files with 1 additions and 8 deletions

View File

@@ -19,11 +19,7 @@ for i = 1, nsigs do
-- Any valid signature that was not ignored like this
-- means the message is acceptable.
if sigres == 0 then
-- Do not accept the signature if it does not cover the whole body
-- of the message by using `l=` tag.
if odkim.sig_canonlength(ctx, sig) < odkim.sig_bodylength(ctx, sig) then
return nil
end
return nil
end
end