Skip to content

Commit

Permalink
Merge pull request #12 from BstName/bugfix
Browse files Browse the repository at this point in the history
Bugfix: confusion about spamhaus' ZEN vs. DBL
  • Loading branch information
ozh committed Mar 6, 2015
2 parents 5724822 + 022450a commit c852f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.php
Expand Up @@ -76,7 +76,7 @@ function ozh_yourls_antispam_is_blacklisted( $url ) {
// Major blacklists. There's a filter if you want to manipulate this.
$blacklists = yourls_apply_filter( 'ozh_yourls_antispam_list',
array(
'zen.spamhaus.org',
'dbl.spamhaus.org',
'multi.surbl.org',
'black.uribl.com',
)
Expand Down

0 comments on commit c852f19

Please sign in to comment.