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:
parent
9c347e36fc
commit
6f99f06c6d
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user