[
https://issues.apache.org/jira/browse/OFBIZ-10879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025661#comment-17025661 ]
Pawan Verma commented on OFBIZ-10879:
-------------------------------------
Thanks, [~deepak] for the input.
I've reverted it at:
Trunk: 8902637669f85669c9191718cabc543c24d1f489
R18: df64a3b31e68e2e314331a99a898f487348301b6
R17: a2735318232cbe2518e3c05f7f026ac5ec55a29a
[~uHeidfeld] , Can you please address Deepak's comment?
> 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: Pawan Verma
> Priority: Minor
> Fix For: 17.12.01, Upcoming Branch, 18.12.01
>
> 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)