Skip to content
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 signature is failed for 8bit encoding #5

Open
krish93 opened this issue May 18, 2017 · 3 comments
Open

DKIM signature is failed for 8bit encoding #5

krish93 opened this issue May 18, 2017 · 3 comments

Comments

@krish93
Copy link

krish93 commented May 18, 2017

When the content transfer encoding is 8bit, all the mail that are signed is getting failed.
Have attached the eml of the failed mail. Please provide the fix for this isssue.
dkim_8bit.txt

@davidef
Copy link

davidef commented Dec 18, 2017

I'm facing the same issue. Is there any update?

@krish93
Copy link
Author

krish93 commented Dec 19, 2017

Convert the 8bit encoded mail to quoted-printable before signing It will solve the issue you are facing. Refer this url https://tools.ietf.org/html/rfc4871#section-5.3

@davidef
Copy link

davidef commented Dec 20, 2017

Thanks, mine issue was that for some reason "mail.smtp.allow8bitmime" was set to true causing JavaMail to automatically convert messages back to 8bit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants