mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-18 03:21:36 +02:00
Reject on OLETOOLS too
This commit is contained in:
parent
f7fb0f6625
commit
e3675a676c
@ -16,13 +16,13 @@ rules {
|
||||
}
|
||||
ANTIVIRUS_FLAGGED {
|
||||
action = "reject";
|
||||
expression = "CLAM_VIRUS";
|
||||
message = "Rejected (anti-virus)";
|
||||
expression = "CLAM_VIRUS | OLETOOLS_MACRO_MRAPTOR | OLETOOLS_MACRO_SUSPICIOUS";
|
||||
message = "Rejected (dangerous/malicious code detected)";
|
||||
}
|
||||
ANTIVIRUS_FAILED {
|
||||
action = "soft-reject";
|
||||
expression = "CLAM_VIRUS_FAIL | OLETOOLS_FAIL";
|
||||
message = "Please retry later (anti-virus/oletools)";
|
||||
message = "Please retry later (anti-virus/oletools not ready)";
|
||||
}
|
||||
}
|
||||
.include(try=true,priority=1,duplicate=merge) "/overrides/force_actions.conf"
|
||||
|
Loading…
Reference in New Issue
Block a user