-
Notifications
You must be signed in to change notification settings - Fork 19
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
Mandrill encoding errors #13
Comments
We use the |
I do have a backtrace but it's not much help here since it doesn't blow up until I run the content through EmailReplyFilter. Just your typical Still waiting to hear back from Mandrill but I looked into one of the webhooks and it looks like only the We've been running into this error long enough that I finally just dropped |
That sounds about right ( |
I wish I had saved some of my notes for you. It's a hard one to track down! |
This thread was a big help: mikel/mail#431 |
We use Mandrill to deliver our inbound emails and occasionally we'll get an encoding error with one of the email replies (expecting UTF-8 but get ASCII-8BIT).
Originally I thought it was an issue with Mandrill but they claim everything is converted to UTF-8 before being sent to the webhook. If they're converting the content to UTF-8 but leaving the original headers alone, wouldn't that screw up the decoding?
Here's what we're using to grab the body of the email:
Not sure if this is an issue with the mandrill strategy or just the way we're extracting the body of the message.
The text was updated successfully, but these errors were encountered: