mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-20 09:12:14 +01:00
Disable Spamhaus/DBL by default
This commit is contained in:
@@ -54,7 +54,7 @@ public class DnsBlockList {
|
||||
}),
|
||||
|
||||
// https://www.spamhaus.org/dbl/
|
||||
new BlockList(true, "Spamhaus/DBL", "dbl.spamhaus.org", false, new String[]{
|
||||
new BlockList(false, "Spamhaus/DBL", "dbl.spamhaus.org", false, new String[]{
|
||||
// https://www.spamhaus.org/faq/section/Spamhaus%20DBL#291
|
||||
"127.0.1.2", // spam domain
|
||||
"127.0.1.4", // phish domain
|
||||
|
||||
Reference in New Issue
Block a user