Tom Kitta said:

>  <cfif
> refind("([A-Za-z0-9]|.|_)+@([A-Za-z0-9]|_)+[.]{1}([A-Za-z]|.|_)+",
> arguments.email) gt 0>

That regex does not take into account email addresses with a quoted
literal as the local part, i.e. "me myself and I"@mydomain is a valid
address. Also, it should force the match to be the entire string, so
start the regex with a ^ and end it with a $.

Jochem


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to