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

Fix Duplicate header 'Message-ID' error #58

Merged
merged 2 commits into from
Jun 20, 2017
Merged

Fix Duplicate header 'Message-ID' error #58

merged 2 commits into from
Jun 20, 2017

Conversation

jakubboucek
Copy link
Contributor

@jakubboucek jakubboucek commented Jun 18, 2017

These can fix #52 errors.

Reason: Some senders sending invalid messages with duplicit Message-ID header (example). Someone even invalid letter case in header name (Message-Id instead of Message-ID according to RFC 2822).

Even though AWS SES drop this header during message send, it patently checks it.

All tests added.

This fix `InvalidParameterValue: Duplicate header 'Message-ID'` errors
@arithmetric
Copy link
Owner

Thanks!

@arithmetric arithmetric merged commit 213c976 into arithmetric:master Jun 20, 2017
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.

Failed due to duplicate Message-ID header
2 participants