program/include/rcube_utils.php | ●●●●● patch | view | raw | blame | history |
program/include/rcube_utils.php
@@ -134,12 +134,12 @@ } // find MX record(s) if (getmxrr($domain_part, $mx_records)) { if (!function_exists('getmxrr') || getmxrr($domain_part, $mx_records)) { return true; } // find any DNS record if (checkdnsrr($domain_part, 'ANY')) { if (!function_exists('checkdnsrr') || checkdnsrr($domain_part, 'ANY')) { return true; } }