[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:
@@ -1,4 +1,3 @@
|
||||
/X-CSA-Complaints: .*/i
|
||||
/X-EMV-Platform; .*/i
|
||||
/.*nur-1-click*/i
|
||||
/.*episerver.*/i
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user