one thing to remember about using regex or cake's built in validation
is that no regex function will work in all scenarios. you shoul err on
the side of being more permissive. in the case of email fields i use a
notEmpty and maxLength and maybe run it through sanitize but nothings
worse than a valid email not validating and pissing off your user.

On May 19, 1:24 pm, MrSensitive <robin...@telenet.be> wrote:
> never mind, discovered that setting the option 'deep' on the email
> validation does this..
> the ultragenda domain apparently does not allow the check
>
> On 19 mei, 19:19, MrSensitive <robin...@telenet.be> wrote:
>
> > would someone try to validate this email address??
> > ro...@ultragenda.com
> > It consistently fails on my development environment and also on the
> > production server
>
> > the email address is very real
>
> > Many thanks for any insight
>
> > regards
> > Robin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to