[Rspamd] Add Interserver rules, THANK YOU!

This commit is contained in:
andryyy
2020-10-11 10:30:46 +02:00
parent dec1364751
commit efd69f1c1c
2 changed files with 28 additions and 0 deletions

View File

@@ -49,4 +49,12 @@ symbols = {
weight = 0.0;
description = "Received address is listed in ZEN XBL";
}
"RBL_INTERSERVER_BAD_URI" {
score = 4.0;
description = "Listed on Interserver RBL";
}
"RBL_INTERSERVER_BAD_IP" {
score = 4.0;
description = "Listed on Interserver RBL";
}
}