Ulrich Heidfeld created OFBIZ-10879:
---------------------------------------

             Summary: updateCommEventAfterEmail: Restore original 
sendTo/sendCc/sendBcc recipients from mail subject for general redirected mails
                 Key: OFBIZ-10879
                 URL: https://issues.apache.org/jira/browse/OFBIZ-10879
             Project: OFBiz
          Issue Type: Bug
            Reporter: Ulrich Heidfeld
            Assignee: Ulrich Heidfeld


"updateCommEventAfterEmail" method in CommunicationEventServices.java could 
generate  wrong result. If general.properties value 
"mail.notifications.redirectTo" is used, it is possible that the subject string 
has more than 255 character. 

Now:
{code:java}
Original subject [To: <sendTo>, Cc: <sendCc>, Bcc: <sendBcc>]
{code}

Solution:
{code:java}
Original subject [RedirectedTo: [email protected]]
{code}

In this way we have fixed this in one of our OFBiz forks. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to