andre hace 2 años
padre
commit
9ce2068aa8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      kerioEmail_mx.php

+ 1 - 1
kerioEmail_mx.php

@@ -108,7 +108,7 @@ function KerioEmailCheckSPF($params)
     
     $resolver = new Net_DNS2_Resolver(array('nameservers' => $nameserver));
     try {
-            $result = $resolver->query($params['domain'], 'TXT', 'SPF');
+            $result = $resolver->query($params['domain'], 'TXT');
             
     } catch(Net_DNS2_Exception $e) {