-
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
UnicodeEncodeError: 'ascii' codec can't encode character #79
Comments
It looks like for some reason that message is un-parsable by the email library and crashing. Python 3 usually handles these Unicode issues better than Python 2, but we really need to support both versions. @plamer would it be possible for you to send me (privately) the problematic message? That could speed up the fix significantly :) |
@alexkiro I'm sorry but I don't have it - it was from a client and I only have the exim/oad logs. |
Hi, `pip install -r requirements/python3.txt
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-r83haI/py3dns/ |
Hello, I've got the same issue in the same situation - parse message and check it if it's spam. Moreover, email message was stored in *.eml file. Can I avoid this error somehow while there is no fix? |
Version information
1.0b
Steps to replicate
Actual result
Expected result
Parse the message and check it for spam.
Other notes
Any idea what can be causing this behavior?
The text was updated successfully, but these errors were encountered: