Summary | '.' character in Identity 'full name' yields unsendable e-mail due to malformed from address |
Queue | IMP |
Queue Version | 4.2 |
Type | Bug |
State | Duplicate |
Priority | 2. Medium |
Owners | |
Requester | horde (at) eaglescrag (dot) net |
Created | 02/24/2009 (5976 days ago) |
Due | |
Updated | 03/02/2009 (5970 days ago) |
Assigned | 02/24/2009 (5976 days ago) |
Resolved | 03/02/2009 (5970 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Bug #6899.State ⇒ Feedback
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ '.' character in Identity 'full name' yields unsendable e-mail due to malformed from address
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
malformed from address when passed to the MTA.
Example:
Fullname: J.H.
e-mail: jh@example.com
Yields:
There was an error sending your message: Validation failed for: J.H.
<jh@example.com>
In the compose window for an e-mail, and yields something akin to:
Feb 23 22:00:19 server sendmail[30803]: n1O60J3H030803:
server.example.com [127.0.0.1] did not issue MAIL/EXPN/VRFY/ETRN
during connection to MTA
(at least for sendmail)
This looks like the from address is actually getting
J.H. <jh@example.com>
as opposed to what I believe is actually correct as
"J.H." <jh@example.com>
Removing the '.' characters from the full name identity does succeed
in sending mail