-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DKIM failing for few content #36
Comments
Can you try to compare emails which fail and emails which don't? Kind of hard to tell what's up without full email bodies. |
fix body hash issue in relaxe mode emersion#36
This comment has been minimized.
This comment has been minimized.
Since body hash computation is used in both signing and verification, it is probably a good idea to keep that as one issue affecting both verify & signing. |
@foxcpp so the relaxedCanonicalizer is also used for signing? I havnt checked this, but my fix works for my examples. If you have an better approach to fix this issue I can test it |
Can you try master now that #39 has been merged? |
See emersion/go-msgauth#36 allow_body_subset directive for check.dkim is removed since signatures with BodyLength are no longer supported by upstream.
Yes it does fix the issue, I implemented the custom solution but seems it does better now.Thanks |
Hi, I am using go-msgauth for DKIM signing, great work congratulations !!!
I have problems with DKIM Signature in Gmail for a few email contents, for these content DKIM signature keep getting failed.
for an example :
complete headers are:
PS: DKIM is not failing for every email and for every domain. for few contents it keeps failing
Any Idea? Thanks
The text was updated successfully, but these errors were encountered: