1
0
mirror of https://github.com/serghey-rodin/vesta.git synced 2025-03-12 04:36:25 -07:00

Merge pull request from serghey-rodin/dpeca-patch-exim-1

Tell Exim to not to deny emails if ClamAV is unavailable or busy
This commit is contained in:
Anton Reutov 2021-11-07 01:03:38 +03:00 committed by GitHub
commit e2e3d1d113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -138,7 +138,7 @@ acl_check_rcpt:
acl_check_data:
.ifdef CLAMD
deny message = Message contains a virus ($malware_name) and has been rejected
malware = *
malware = */defer_ok
condition = ${if eq{$acl_m0}{yes}{yes}{no}}
.endif