Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.3.7

Doc Bug #15977 SURBL lookups fail
Submitted: 2009-03-04 17:49 UTC
From: portablebrain Assigned: nohn
Status: Closed Package: Net_DNSBL
PHP Version: 5.2.5 OS: Os X Leopard
Roadmaps: 1.3.1    
Subscription  


 [2009-03-04 17:49 UTC] portablebrain (Ulrik la Cour)
Description: ------------ dig -tTXT test.uribl.com.multi.uribl.com +short results in: "permanent testpoint" I fail trying to replicate result with SURBL. Is it my script? I've boiled it down to the minimum which still fail. Almost entirely copied from the documentation. It's properly not a bug, but merely me not understanding the doc correctly, therefore this is filed as a documentation problem. Test script: --------------- <?php require_once 'Net/DNSBL/SURBL.php'; $surbl = new Net_DNSBL_SURBL(); $url = 'test.multi.surbl.org'; if ($surbl->isListed($url)) { print 'test success <br>\n'; } ?> Expected result: ---------------- return from "permanent testpoint" default SURBL multi.uribl.com Actual result: -------------- $surbl->isListed($url) is consistently false..

Comments

 [2009-03-08 14:26 UTC] nohn (Sebastian Nohn)
-Status: Open +Status: Closed -Assigned To: +Assigned To: nohn -Roadmap Versions: +Roadmap Versions: 1.3.0
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.