OpenBD / openbd-core

The original open source Java powered GPL CFML runtime engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

isValid for email address fails .education domain extension

rpaxton516 opened this issue · comments

commented

<cfreturn isValid('email', arguments.email)>

This will fail for any email address ending in .education - which is a valid domain extension. It will validate for .educati but not for anything longer than 7 characters.

@rpaxton516, I'm looking into it.