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

Replace LF with CRLF #13

Merged
merged 2 commits into from
Mar 25, 2019
Merged

Replace LF with CRLF #13

merged 2 commits into from
Mar 25, 2019

Conversation

mbeirouti
Copy link
Contributor

Emails fail validation due to "bad mail format", which is caused by loss of CRLFs somewhere in the data pipeline when a raw email is downloaded for testing this library. This PR attempts to fix this problem by replacing all LFs with CRLFs as was noted in the TODO tag on line 537 of dkim.go

While I don't completely understand where in the pipeline the problem is occurring, I am opening this PR to bring attention to this problem and begin solving it with your help.

Emails fail validation due to "bad mail format", which is caused
by loss of CRLFs somewhere in the data pipeline when a raw email
is downloaded. This PR attempts to fix this problem by replacing
all LFs with CRLFs.
@toorop toorop merged commit 406e9d3 into toorop:master Mar 25, 2019
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

Successfully merging this pull request may close these issues.

2 participants