Skip to content

Commit

Permalink
drop SORBS from config and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Jun 8, 2024
1 parent 2528f3d commit b2c4b90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ the message sent via

The DNSWLs and DNSBLs `bley` uses for its tests can be set via

dnsbls = ix.dnsbl.manitu.net, dnsbl.sorbs.net
dnsbls = ix.dnsbl.manitu.net
dnswls = list.dnswl.org

Thresholds define how many sub-checks have to hit, to trigger a feature
Expand Down
2 changes: 1 addition & 1 deletion bley.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#whitelist_clients_file = ./whitelist_clients

# Which DNSBLs and DNSWLs to use?
#dnsbls = ix.dnsbl.manitu.net, dnsbl.sorbs.net
#dnsbls = ix.dnsbl.manitu.net
#dnswls = list.dnswl.org

# Whitelist after dnswl_threshold hits.
Expand Down
2 changes: 1 addition & 1 deletion bley/bley.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
'dbport': '0',
'whitelist_recipients_file': './whitelist_recipients',
'whitelist_clients_file': './whitelist_clients',
'dnsbls': 'ix.dnsbl.manitu.net, dnsbl.sorbs.net',
'dnsbls': 'ix.dnsbl.manitu.net',
'dnswls': 'list.dnswl.org',
'dnswl_threshold': '1',
'dnsbl_threshold': '1',
Expand Down

0 comments on commit b2c4b90

Please sign in to comment.