[Rspamd] Add UCE to RBL

This commit is contained in:
andryyy
2019-08-22 16:34:03 +02:00
parent 7483f2e04a
commit 084eb008a1
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
rbls {
uceprotect1 {
symbol = "RBL_UCEPROTECT_LEVEL1";
rbl = "dnsbl-1.uceprotect.net";
}
uceprotect2 {
symbol = "RBL_UCEPROTECT_LEVEL2";
rbl = "dnsbl-2.uceprotect.net";
}
}

View File

@@ -0,0 +1,8 @@
symbols = {
"RBL_UCEPROTECT_LEVEL1" {
score = 2.5;
}
"RBL_UCEPROTECT_LEVEL2" {
score = 3.5;
}
}