[wp-trac] [WordPress Trac] #12503: DNS Checking on OS X
WordPress Trac
wp-trac at lists.automattic.com
Wed Mar 3 20:25:11 UTC 2010
#12503: DNS Checking on OS X
--------------------------+-------------------------------------------------
Reporter: technosailor | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.0
Component: General | Version: 3.0
Severity: normal | Keywords: has-patch needs-testing
--------------------------+-------------------------------------------------
Seems OS X Server chokes on checkdnsrr(). We only use this on registration
so it should be low impact. This patch adds a new $is_osx global variable
and patched the validate_email() function where DNS checking is done.
In versions of WPMU <= 2.9.x, the $check_dns argument for validate_email()
was set to true by default. With WPMS, the argument is set to false which
solves most of core's issues. However, this patch also overrides this
argument in case plugin developers need it on OS X server.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12503>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list