Summary | Vacation email list separation issue with commas |
Queue | Ingo |
Queue Version | 2.0.2 |
Type | Enhancement |
State | Accepted |
Priority | 1. Low |
Owners | |
Requester | it (at) wenn (dot) com |
Created | 07/21/2011 (5046 days ago) |
Due | |
Updated | 07/30/2011 (5037 days ago) |
Assigned | 07/21/2011 (5046 days ago) |
Resolved | |
Milestone | |
Patch | No |
State ⇒ Accepted
Priority ⇒ 1. Low
This should be clear from the address fields being textareas. But a
patch to add some addtional comments to those fields would be helpful.
you/i know this but not all users read help files or even follow what
they say, unforunatly this is what we have to deal with
either comments or say the patch I supplied would work better i say to
take the dumb factor out
This should be clear from the address fields being textareas. But a
patch to add some addtional comments to those fields would be helpful.
If you enter (jon@abcd.com,steve@abcd.com' it will go like that into
the seive vacation driver as "jon@abcd.com,steve@abcd.com" instead of
"jon@abcd.com","steve@abcd.com"
The patch ive entered overall fixes the issue on entering the email
addresses by splitting it out onto new lines incase the user puts a
comma or semicolon.
State ⇒ Feedback
New Attachment: vacation.patch
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Ingo
Summary ⇒ Vacation email list separation issue with commas
Type ⇒ Bug
commas separating them but without a space, the system considered this
all one email address.
If a user puts a comma and a space the system splits the email
addresses up but the comma then is added to the end of the email
address it was directly after.
Users have the habit to use commas so it would be prudent to try and
detect several situations where a comma and semicolon is used as a
separator with/without a space pre/post.
On reading in all the email addresses, reformatting them onto separate
lines after save could also aid readability for the user.