DKIMSign and DKIMVerify mailets don't work by default in JAMES
--------------------------------------------------------------

                 Key: JDKIM-28
                 URL: https://issues.apache.org/jira/browse/JDKIM-28
             Project: JAMES jDKIM
          Issue Type: Bug
    Affects Versions: 0.2
            Reporter: Stefano Bagnara
            Assignee: Stefano Bagnara
            Priority: Critical
             Fix For: 0.2


By default javamail works with LF line separators.
When we use message.writeTo end of lines are LF. Instead when SMTPTransport 
sends the message to another server it introduce a CRLFOutputStream in the 
middle so to respect the RFC.
DKIM says that it is possible to sign only CRLF messages. As it is hard to 
change the CRLF before the mailet we should better compute hashes as if LF were 
CRLF so that when sent the message will be ok (the same is true for verifier 
too).


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to