Single Quotes. Please help

We see this problem more and more. When we reply to a received email we see that the address’ going out have a single quote around them. ‘ja@abc.com’

We check the email we received and they are that way in the CC field. Only happens coming from and Exchange Mail Server.

I have followed the post on here about the problem and I have not seen an answer yet.

Does anyone have a piece of code that can strip the <’ and ‘> off of the address’ when they come in?

Will switching to notes 8 solve this problem?

Subject: Single Quotes. Please help.

I suppose if you are happy to modify the mail template you could change the input translation of the CC field in the memo/response/responsetoresponse to @Replace(CC;“'”;“”) or something along those lines. This is assuming that email addresses and names in them never have a valid '.Otherwise you could put an agent in that runs before or after new mail that does the same thing?