-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Don't encode email subject if not necessary. #45
Comments
@colinmollenhour
SpamAssassin rule, which dings an email if the subject is unnecessarily encoded, does not comply with the RFC 2047 section 6.1 "Recognition of 'encoded-word's in message headers". It's essential for debugging to access data "as is", whether it's encoded or not. Closing the ticket as "won't fix". |
[Fearless-Kiwis] Sprint 38 bug fixes
A couple reasons:
So the solution would be to use a method to detect if the subject has non-ascii characters and not encode it if it doesn't.
The text was updated successfully, but these errors were encountered: