Bug #43148
closedWorkspace Notifications
0%
Description
Notfications for sending elements to Review produce an Error "Address in mailbox given [@localhost] does not comply with RFC 2822, 3.6.2".
The reason is that function notifyStageChange() in file typo3/sysext/version/class.tx_version_tcemain.php needs an simple array with eMail-Adresses but one of the functions providing that array delivers a multi-dimension array.
Quick Fix:
Change all $recipientData['email'] to $recipientData['email']['email'] in that function.
Updated by Oliver Hader about 12 years ago
- Status changed from New to Needs Feedback
Did you narrow down, which method provides a faulty array?
Updated by Andreas Dolleschal about 12 years ago
Oliver Hader wrote:
Did you narrow down, which method provides a faulty array?
No sorry. I just fixed it for my customer, but i would guess getEmailsForStageChangeNotification()
Updated by Daniel Corn about 12 years ago
Is this related to #42948? Or maybe even the reason for those issues?
Updated by Stefan Horenkamp almost 12 years ago
No this bug is not releated to #42948. I've implented the patches from #42948 but I still see the errors if I will change the stage.
Only these changes will resolve the problem:
Change all $recipientData['email'] to $recipientData['email']['email'] in that function.
Daniel Corn wrote:
Is this related to #42948? Or maybe even the reason for those issues?
Updated by Martin Kästner almost 12 years ago
Hi,
I think this Bug ist related to #43088...
And there is a patch set which seems the solution:
Patch set 2 for branch version_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/12045
I don't know why it is not already in the master, it looks good to me.
I tried to resend this changes via gerrit, but I didn't get it pushed, always a wrong email address.
bye
Martin
Updated by Marco Bresch almost 12 years ago
Jepp, that was my fault and a big sorry for that failure!!!! I informed Steffen Ritter as release manager about this mistake.
The Problem: A patch in workspaces depends on a patch in version. I submitted both but I did not realize that the patch in version was rejected by Gerrit. :-/
Updated by Martin Kästner almost 12 years ago
Thanks for your fast reply, Marco.
Hope it is in the next versions...
bye
Martin
ps. it is too complicated to track too many changes in my core at once. ;-)
Updated by Martin Kästner almost 12 years ago
And??? Nothing happend? Or it is only not visible in this Bug?
bye
Martin
Updated by Jigal van Hemert over 11 years ago
- Status changed from Needs Feedback to Closed
The duplicating issue is resolved.