1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-14 10:52:49 +02:00

[Rspamd] Add OLEFY_MACRO symbol

This commit is contained in:
andryyy 2019-06-16 17:35:24 +02:00
parent 9c347e36fc
commit 6f99f06c6d
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF

View File

@ -20,3 +20,8 @@ SPOOFED_UNAUTH {
expression = "!MAILCOW_AUTH & !MAILCOW_WHITE & !R_SPF_ALLOW & !DMARC_POLICY_ALLOW & !ARC_ALLOW & !SIEVE_HOST & MAILCOW_DOMAIN_HEADER_FROM";
score = 5.0;
}
OLEFY_MACRO {
expression = "!MAILCOW_AUTH & !MAILCOW_WHITE & OLETOOLS";
score = 5.0;
policy = "remove_weight";
}