[Web] Some changes

[SOGo] Allow to not spawn SOGo but an idling shell
[Rspamd] Remove X-CSA-Complaints from bulk headers...
This commit is contained in:
andryyy
2020-04-27 17:27:47 +02:00
parent 0d4ba462c4
commit d392257289
29 changed files with 151 additions and 39 deletions

View File

@@ -1,4 +1,3 @@
/X-CSA-Complaints: .*/i
/X-EMV-Platform; .*/i
/.*nur-1-click*/i
/.*episerver.*/i

View File

@@ -96,6 +96,7 @@ SIEVE_HOST {
type = "ip";
map = "$LOCAL_CONFDIR/custom/dovecot_trusted.map";
symbols_set = ["SIEVE_HOST"];
score = -15;
}
RSPAMD_HOST {
@@ -150,3 +151,10 @@ BAD_LANG {
regexp = true;
score = 5.0;
}
BAZAR_ABUSE_CH {
type = "selector";
selector = "attachments(hex,sha256)";
map = "https://bazaar.abuse.ch/export/txt/md5/recent/";
score = 10.0;
}