[Rspamd] Increase OLEFY_MACRO score

This commit is contained in:
andryyy
2019-06-20 10:18:43 +02:00
parent f35bc07a30
commit f2d1a56104

View File

@@ -22,6 +22,6 @@ SPOOFED_UNAUTH {
}
OLEFY_MACRO {
expression = "!MAILCOW_AUTH & !MAILCOW_WHITE & OLETOOLS";
score = 5.0;
score = 20.0;
policy = "remove_weight";
}