Summary | address expansion can't expand "Joe User <juser@example.edu>" formatted email addresses correctly |
Queue | IMP |
Queue Version | 4.2-RC4 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | liamr (at) umich (dot) edu |
Created | 05/20/2008 (6258 days ago) |
Due | |
Updated | 05/23/2008 (6255 days ago) |
Assigned | |
Resolved | 05/23/2008 (6255 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
of (and including) the angle brackets.
fields formatted that way...
See
Ticket: 6725State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ address expansion can't expand "Joe User <juser@example.edu>" formatted email addresses correctly
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
Joe User <juser@example.edu>
where the email address proper is enclosed in angle brackets, and the
recipient's name is specified too. Turba 2.2 disallows this
formatting when creating entries, but some of the import methods will
allow you to import entries with addresses in that format.
IMP 4.2's address expansion code expands such entries thusly..
Joe User <"Joe User <juser"@example.edu>>
The address expansion code should probably ignore everything outside
of (and including) the angle brackets.