History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CIB-727
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Brian Vance
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Pulse

email address validation is too strict

Created: 03/Nov/06 02:40 PM   Updated: 04/Nov/06 08:01 AM
Component/s: Config
Affects Version/s: 1.2.1, 1.1.18
Fix Version/s: 1.2.2, 1.1.19


 Description  « Hide
Email address validation under "administration -> email configuration -> from address" is too strict. The validation only seems to allow email addresses of the form "foo@bar.com".
It should allow addresses of the form "John Doe <foo@bar.com>".

 All   Comments   Change History      Sort Order:
Daniel Ostermeier - 04/Nov/06 01:00 AM
Scheduling this for the next release, due out on Monday.

Daniel Ostermeier - 04/Nov/06 08:01 AM
Have updated email validation from the custom regex used by the xwork validator to the validation used by the javax.mail.InternetAddress object.