rbl: add wl.mailspike.net and iadb.isipp.com to default DNSWL list
Some checks are pending
continuous-integration/drone/push Build is running
Some checks are pending
continuous-integration/drone/push Build is running
This commit is contained in:
parent
2483d49fe9
commit
08ef2151e3
1 changed files with 2 additions and 0 deletions
|
|
@ -74,6 +74,8 @@ var DefaultInformationalRBLs = []string{
|
||||||
var DefaultDNSWLs = []string{
|
var DefaultDNSWLs = []string{
|
||||||
"list.dnswl.org", // DNSWL.org — the main DNS whitelist
|
"list.dnswl.org", // DNSWL.org — the main DNS whitelist
|
||||||
"swl.spamhaus.org", // Spamhaus Safe Whitelist
|
"swl.spamhaus.org", // Spamhaus Safe Whitelist
|
||||||
|
"wl.mailspike.net", // Mailspike Whitelist
|
||||||
|
"iadb.isipp.com", // ISIPP Internet Accreditation Database
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewRBLChecker creates a new RBL checker with configurable timeout and RBL list
|
// NewRBLChecker creates a new RBL checker with configurable timeout and RBL list
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue