Status/Resolution/Reason: Closed/Withdrawn/NotABug
Reporter/Name(from Bugbase): Dave Levin / Dave Levin ()
Created: 02/14/2017
Components: Language, Validation
Versions: 2016
Failure Type: Others
Found In Build/Fixed In Build: 2016.0.03.300466 /
Priority/Frequency: Normal / All users will encounter
Locale/System: ALL / Windows 10 64 bit
Vote Count: 0
Problem Description:
When checking if an email address is valid and that email address ends in a period (.) it will pass the validation check however this is not a valid email address (or at least cfmail can't send it).
Steps to Reproduce:
<cfdump var="#isValid("email", "test.@mydomain.com")#" />
Actual Result:
"YES"
Expected Result:
"NO"
Any Workarounds:
None that I know of.
Attachments:
Comments: