Summary | Email address verification failed for e-mail address from automatic lookup |
Queue | Whups |
Queue Version | 3.0.3 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | ken.oncinian (at) gmail (dot) com |
Created | 07/23/2015 (3637 days ago) |
Due | |
Updated | 07/28/2015 (3632 days ago) |
Assigned | |
Resolved | 07/28/2015 (3632 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Rubinsky
State ⇒ Resolved
failure) and Whups.
commit a8a7b608af2758109b038d32bd7baedc4c57d104
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Jul 27 23:09:29 2015 -0400
Bug #14063Override default email form field validation.Allow any valid rfc822 email list.
whups/lib/Form/Type/whupsemail.php | 22 +++++++++++++++++++++-
1 files changed, 21 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/a8a7b608af2758109b038d32bd7baedc4c57d104
commit 9310611e4f68e1abe9fc39927d2a977c48113842
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Jul 27 23:09:29 2015 -0400
Bug #14063Override default email form field validation.Allow any valid rfc822 email list.
whups/lib/Form/Type/whupsemail.php | 22 +++++++++++++++++++++-
1 files changed, 21 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/9310611e4f68e1abe9fc39927d2a977c48113842
commit ae90492c65301863c557d25b799647142eab69e2
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Jul 27 23:08:06 2015 -0400
Trim off any trailing delimiters.
Part of the fix for
Bug #14063framework/Form/lib/Horde/Form/Type.php | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/ae90492c65301863c557d25b799647142eab69e2
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Email address verification failed for e-mail address from automatic lookup
Queue ⇒ Whups
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
If the requester e-mail address is auto-completed from HORDE
addressbook. The following is observed:
1. Error "only one e-mail address is allowed" - This is due to the
comma "," that is added to e-mail address upon auto-completion
2. Error "<email> is not a valid e-mail address" - If the comma is
manually removed but the format NAME <email address> is retained.