[jira] [Commented] (OFBIZ-10879) updateCommEventAfterEmail: Restore original sendTo/sendCc/sendBcc recipients from mail subject for general redirected mails

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-10879) updateCommEventAfterEmail: Restore original sendTo/sendCc/sendBcc recipients from mail subject for general redirected mails

Nicolas Malin (Jira)

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

Ulrich Heidfeld commented on OFBIZ-10879:
-----------------------------------------

Hi [~deepak],

we have explict updated parameters toString, ccString and bccString, because in our integration testing system with some non-demo data, in value communicationEvent.toString is not the original sendTo mail address set. If we have redirectTo active, in communicationEvent.toString will set redirections mail address. Techicaly, this is correct, but to simulated a productive system, this is not correct.

> 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
>    Affects Versions: Trunk
>            Reporter: Ulrich Heidfeld
>            Assignee: Ulrich Heidfeld
>            Priority: Minor
>         Attachments: OFBIZ-10879.patch, OFBIZ-10879.patch
>
>
> "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: [hidden email]]
> {code}
> In this way we have fixed this in one of our OFBiz forks.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)