andre %!s(int64=2) %!d(string=hai) anos
pai
achega
9ce2068aa8
Modificáronse 1 ficheiros con 1 adicións e 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) {