Change DKIM to new method, add clamav forced action when virus is found"

This commit is contained in:
andryyy
2017-04-25 20:32:36 +02:00
parent f9662025cc
commit fd84b2ffa9
3 changed files with 33 additions and 34 deletions

View File

@@ -4,4 +4,9 @@ rules {
expression = "R_DKIM_REJECT & !MAILLIST & !MAILCOW_WHITE & !MAILCOW_BLACK";
require_action = ["no action", "greylist"];
}
VIRUS_FOUND {
action = "reject";
expression = "CLAM_VIRUS & !MAILCOW_WHITE";
honor_action = ["reject"];
}
}