mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-12 04:23:24 +02:00
[Rspamd] Add Interserver rules, THANK YOU!
This commit is contained in:
parent
dec1364751
commit
efd69f1c1c
@ -23,4 +23,24 @@ rbls {
|
|||||||
RBL_SORBS_ZOMBIE = "127.0.0.9";
|
RBL_SORBS_ZOMBIE = "127.0.0.9";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
interserver_ip {
|
||||||
|
symbol = "RBL_INTERSERVER_IP";
|
||||||
|
rbl = "rbl.interserver.net";
|
||||||
|
returncodes {
|
||||||
|
RBL_INTERSERVER_BAD_IP = "127.0.0.2";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
interserver_uri {
|
||||||
|
symbol = "RBL_INTERSERVER_URI";
|
||||||
|
rbl = "rbluri.interserver.net";
|
||||||
|
ignore_defaults = true;
|
||||||
|
no_ip = true;
|
||||||
|
dkim = true;
|
||||||
|
emails = true;
|
||||||
|
emails_domainonly = true;
|
||||||
|
urls = true;
|
||||||
|
returncodes = {
|
||||||
|
RBL_INTERSERVER_BAD_URI = "127.0.0.2";
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -49,4 +49,12 @@ symbols = {
|
|||||||
weight = 0.0;
|
weight = 0.0;
|
||||||
description = "Received address is listed in ZEN XBL";
|
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";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user