Skip to content

Commit

Permalink
fix #19382
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/Net_DNSBL/trunk@325344 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
nohn committed Apr 20, 2012
1 parent 0da6adc commit 2f14033
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Net/DNSBL.php
Expand Up @@ -23,7 +23,7 @@
* @package Net_DNSBL
* @author Sebastian Nohn <sebastian@nohn.net>
* @author Ammar Ibrahim <fixxme@fixme.com>
* @copyright 2004-2011 Sebastian Nohn <sebastian@nohn.net>
* @copyright 2004-2012 Sebastian Nohn <sebastian@nohn.net>
* @license http://www.php.net/license/3_01.txt PHP License 3.01
* @version CVS: $Id$
* @link http://pear.php.net/package/Net_DNSBL
Expand Down
4 changes: 2 additions & 2 deletions Net/DNSBL/SURBL.php
Expand Up @@ -22,7 +22,7 @@
* @package Net_DNSBL
* @author Sebastian Nohn <sebastian@nohn.net>
* @author Ammar Ibrahim <fixxme@fixme.com>
* @copyright 2004-2011 Sebastian Nohn <sebastian@nohn.net>
* @copyright 2004-2012 Sebastian Nohn <sebastian@nohn.net>
* @license http://www.php.net/license/3_01.txt PHP License 3.01
* @version CVS: $Id$
* @link http://pear.php.net/package/Net_DNSBL
Expand Down Expand Up @@ -75,7 +75,7 @@ class Net_DNSBL_SURBL extends Net_DNSBL
* @see $twoLevelCcTld
* @access protected
*/
protected $doubleCcTldFile = 'http://spamcheck.freeapp.net/two-level-tlds';
protected $doubleCcTldFile = 'http://george.surbl.org/two-level-tlds';

/**
* Check if the last two parts of the FQDN are whitelisted.
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -39,7 +39,7 @@
--log-junit ${basedir}/build/logs/phpunit_test_net_dnsbl.xml
--coverage-html ${basedir}/build/deliv/coverage
--stop-on-failure
AllTests tests/AllTests.php"/>
tests/"/>
</exec>
</target>

Expand Down

0 comments on commit 2f14033

Please sign in to comment.