I have an application server sending mails with SMTP, and this application generates a FROM line that contains a "friendly address" that seems to be refused by Exchange, of the form:
MAIL FROM: "Francois Barriere"<francois.barriere@mydomain.com>
The server (Exchange, but I don't know the version) returns an error. I can reproduce the problem using telnet. If I change for the following FROM line, the address is accepted:
MAIL FROM: <francois.barriere@mydomain.com>
So it seems the first "friendly address" part between the double quotes is the problem. I haven't found any reference to this address format in the RFC...
Is this format supported by SMTP in general? What is the support status of this in Exchange?
Thanks,
François.