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

Line length issues in HTML email #53

Closed
ewxrjk opened this issue Dec 26, 2018 · 1 comment
Closed

Line length issues in HTML email #53

ewxrjk opened this issue Dec 26, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@ewxrjk
Copy link
Owner

ewxrjk commented Dec 26, 2018

HTML email output may include an embedded image:

<p class=history><img class=history src="data:image/png;base64,iVBORw0KG...lFTkSuQmCC"></p>

In Exim this triggers the following diagnostic in mainlog:

mainlog.1:2018-12-25 17:55:02 1gbquz-0001CY-Tz DKIM: validation error: RSA_LONG_LINE
mainlog.1:2018-12-25 17:55:02 1gbquz-0001CY-Tz DKIM: Error while running this message through validation, disabling signature verification.

...and in panlclog:

2018-12-25 17:55:02 1gbquz-0001CY-Tz DKIM: signing failed: RSA_LONG_LINE

The message is delivered (in this case to GMail), it just doesn't have the DKIM signature added.

This seems like a bug in Exim, that it will accept a message that it cannot itself fully process, but maybe some more investigation is worthwhile.

@ewxrjk ewxrjk added the interop label Dec 26, 2018
@ewxrjk ewxrjk self-assigned this Dec 26, 2018
@ewxrjk
Copy link
Owner Author

ewxrjk commented Dec 26, 2018

https://lists.exim.org/lurker/message/20120510.091222.2cf5d29b.en.html - someone else observes that Exim can't make its mind up about line lengths.

@ewxrjk ewxrjk closed this as completed in a9e0429 Dec 26, 2018
@ewxrjk ewxrjk added this to the 6.0 milestone Dec 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant