Summary | Turba doesn't consistently sanitize imported addresses |
Queue | Turba |
Queue Version | 2.2-RC4 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | liamr (at) umich (dot) edu |
Created | 05/20/2008 (6258 days ago) |
Due | |
Updated | 05/24/2008 (6254 days ago) |
Assigned | 05/23/2008 (6255 days ago) |
Resolved | 05/23/2008 (6255 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
<juser@example.edu>" format email addresses,
scripts/upgrades/2.1_to_2.2_sql_schema.php should probably also be
updated to correct email address entries as the schema is updated.
State ⇒ Resolved
http://lists.horde.org/archives/cvs/Week-of-Mon-20080519/078778.html
Assigned to Michael Rubinsky
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ turba doesn't consistantly sanatize imported address
Queue ⇒ Turba
Milestone ⇒
Patch ⇒ No
New Attachment: juser.tar
State ⇒ Unconfirmed
"joe user <juser@example.edu>"
Which is good, because when IMP 4.2 expands an address that's been
formatted that way, you get..
Joe User <"Joe User <juser"@example.edu>>
vCard imports wll convert "Joe User <juser@example.edu>" into
"juser@example.edu".
csv imports will import "Joe User <juser@example.edu>" as "Joe User
<juser@example.edu>"
Since Turba won't allow users to enter addresses in that format
anymore, and IMP's new address expansion doesn't like email addresses
in that format, I'd suggest that all imports be sanitized to follow
the accepted format.