Question
Cognizant
SG
Last activity: 31 Jul 2023 9:36 EDT
Email Listener Not able to parse From address in header if sender name is having comma
Recently we migrate our corporate business email from Microsoft Exchange to O365, user reports there is a number of email replicated by PEGA email listener is not saving the email from address properly.
Working Example,
email Header:
From :" sender name " < Proprietary information hidden>
PEGA email listener able to parse the name and email address properly and clipboard will be as below :
pyFrom: Proprietary information hidden
Not Working Example (Comma in sender Name):
email Header:
From :" sender name1, name 2" < Proprietary information hidden>
PEGA email listener not able to parse the name and email address properly and clipboard will be as below :
pyFrom: sender name1
anyone encountered this issue? what was done to rectify it?