[Rspamd] Reduce Sorbs recent score

[Rspamd] Add annoying CSA to bulk symbols and score then with 3.2
[Rspamd] Update to 2.4
This commit is contained in:
andryyy
2020-03-06 07:14:06 +01:00
parent d629170b95
commit d248bb660c
5 changed files with 15 additions and 3 deletions

View File

@@ -9,6 +9,9 @@ symbols {
"BAD_REP_POLICIES" {
score = 2.5;
}
"BULK_HEADERS" {
score = 3.2;
}
}
group "MX" {

View File

@@ -25,6 +25,14 @@ WHITELISTED_FWD_HOST {
symbols_set = ["WHITELISTED_FWD_HOST"];
}
BULK_HEADER {
type = "content";
map = "$LOCAL_CONFDIR/custom/bulk_header.map";
filter = "headers"
regexp = true;
symbols_set = ["BULK_HEADER"];
}
LOCAL_BL_ASN {
require_symbols = "!MAILCOW_WHITE";
type = "asn";

View File

@@ -26,7 +26,7 @@ symbols = {
description = "List of Open SMTP relay servers.";
}
"RBL_SORBS_RECENT" {
score = 3.5;
score = 2.0;
description = "List of hosts that have been noted as sending spam/UCE/UBE to the admins of SORBS within the last 28 days (includes new.spam.dnsbl.sorbs.net).";
}
"RBL_SORBS_WEB" {