#6188: deep e-mail validation does not correction identify all valid e-mail
domains
--------------------------------------+-------------------------------------
    Reporter:  dbennett               |         Owner:           
        Type:  Bug                    |        Status:  closed   
    Priority:  High                   |     Milestone:  1.2.x.x  
   Component:  Validation             |       Version:  1.2 Final
    Severity:  Major                  |    Resolution:  wontfix  
    Keywords:  deep email validation  |   Php_version:  n/a      
Cake_version:  1.2.1.8004             |  
--------------------------------------+-------------------------------------
Changes (by jperras):

  * status:  new => closed
  * resolution:  => wontfix

Comment:

 Your proposed patch cannot be used, since getmxrr() is not available on
 Windows platforms (until PHP5.3, actually), and as such cannot be included
 in the core.
 [[BR]]
 [[BR]]
 This is also the issue with other, more flexible DNS lookup functions in
 PHP, such as checkdnsrr() and dns_get_record().
 [[BR]]
 [[BR]]
 You can always define your own custom validation rule which performs the
 proper DNS 'A' record check if you would like more control over the
 criteria used to validate an email address.
 [[BR]]
 [[BR]]
 Sorry, but I'm going to have to close this ticket. Please feel free to re-
 open this ticket with a php4 & php5, cross-platform solution for deep
 email checks. Thanks!

-- 
Ticket URL: <https://trac.cakephp.org/ticket/6188#comment:1>
CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/>
Cake is a rapid development framework for PHP which uses commonly known design 
patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. 
Our primary goal is to provide a structured framework that enables PHP users at 
all levels to rapidly develop robust web applications, without any loss to 
flexibility.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"tickets cakephp" group.
To post to this group, send email to tickets-cakephp@googlegroups.com
To unsubscribe from this group, send email to 
tickets-cakephp+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/tickets-cakephp?hl=en
-~----------~----~----~----~------~----~------~--~---

  • [CakePHP : The Rapid Dev... CakePHP : The Rapid Development Framework for PHP
    • Re: [CakePHP : The ... CakePHP : The Rapid Development Framework for PHP

Reply via email to