Skip to content

Commit

Permalink
use spamlookup as default spam filter
Browse files Browse the repository at this point in the history
  • Loading branch information
machu committed Feb 22, 2017
1 parent 71d3cb9 commit c86a112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tdiary/filter/spam.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def update_config
if @conf.options.include?('spamlookup.ip.list')
@spamlookup_ip_list = @conf.options['spamlookup.ip.list']
else
@spamlookup_ip_list = "dnsbl.spam-champuru.livedoor.com"
@spamlookup_ip_list = "bsb.spamlookup.net"
end

if @conf.options.include?('spamlookup.domain.list')
Expand Down

0 comments on commit c86a112

Please sign in to comment.