diff options
Diffstat (limited to 'conf/modules.conf')
-rw-r--r-- | conf/modules.conf | 33 |
1 files changed, 23 insertions, 10 deletions
diff --git a/conf/modules.conf b/conf/modules.conf index 6cc0c7d15..d7f396b47 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -113,10 +113,22 @@ rbl { symbol = "RBL_MAILSPIKE"; rbl = "bl.mailspike.net"; } + senderscore { symbol = "RBL_SENDERSCORE"; rbl = "bl.score.senderscore.com"; } + + abusech { + symbol = "RBL_ABUSECH"; + rbl = "spam.abuse.ch"; + } + + uceprotect1 { + symbol = "RBL_UCEPROTECT_LEVEL1"; + rbl = "dnsbl-1.uceprotect.net"; + } + sorbs { symbol = "RBL_SORBS"; rbl = "dnsbl.sorbs.net"; @@ -135,22 +147,23 @@ rbl { } sem { - symbol = "RBL_SEM_UNKNOWN"; + symbol = "RBL_SEM"; rbl = "bl.spameatingmonkey.net"; - ipv4 = true; - ipv6 = false; - unknown = false; - returncodes { - RBL_SEM = "127.0.0.2"; - } + } + + nszones { + symbol = "RBL_NSZONES"; + rbl = "sbl.nszones.com"; + } + + abuseat { + symbol = "RBL_ABUSEAT"; + rbl = "cbl.abuseat.org"; } dnswl { symbol = "RCVD_IN_DNSWL"; rbl = "list.dnswl.org"; - ipv4 = true; - ipv6 = false; - received = false; unknown = true; returncodes { RCVD_IN_DNSWL_LOW = "127.0.%d+.1"; |