|
@@ -143,7 +143,7 @@ BAD_LANG {
|
|
|
score = 5.0;
|
|
|
}
|
|
|
|
|
|
-BAZAR_ABUSE_CH {
|
|
|
+BAZAAR_ABUSE_CH {
|
|
|
type = "selector";
|
|
|
selector = "attachments(hex,md5)";
|
|
|
map = "https://bazaar.abuse.ch/export/txt/md5/recent/";
|
|
@@ -162,3 +162,10 @@ SMTP_LIMITED_ACCESS {
|
|
|
map = "redis://SMTP_LIMITED_ACCESS";
|
|
|
symbols_set = ["SMTP_LIMITED_ACCESS"];
|
|
|
}
|
|
|
+
|
|
|
+ABUSE_NULLNULL {
|
|
|
+ type = "selector";
|
|
|
+ selector = "urls:get_host.lower";
|
|
|
+ map = "http://dns.mailcow.email/bad-domains.txt";
|
|
|
+ score = 20.0;
|
|
|
+}
|