[ 
https://issues.apache.org/jira/browse/JAMES-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14304739#comment-14304739
 ] 

TzeKai Lee commented on JAMES-1518:
-----------------------------------

The problem is, current implementation also allows accept non-RFC headers.
It does not reject a mail contains a header with non-ASCII char but blindly and 
silently discard 8th bit.
What the patch provide is to leave a chance to mailet or any other backend part 
to handle it, it does not change any SMTP behavior when act as server.

> Allows non-ASCII characters in MIME mail headers
> ------------------------------------------------
>
>                 Key: JAMES-1518
>                 URL: https://issues.apache.org/jira/browse/JAMES-1518
>             Project: James Server
>          Issue Type: Improvement
>          Components: James Core
>            Reporter: TzeKai Lee
>         Attachments: spl-1.txt, use-8859.patch
>
>
> Currently any non-ASCII characters in MIME header contains byte > 127 will be 
> converted to '?' (ascii 63).
> Can we pass these kind characters as it is instead of converted to '?' ?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to