Update antivirus.conf to check for 'no' in SKIP_CLAMD

This commit is contained in:
Dmitriy Alekseev 2025-12-30 00:46:53 +01:00 committed by GitHub
parent 8834d04146
commit ab862d4a82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
{% if env.SKIP_CLAMD == "n" %}
{%- if env.SKIP_CLAMD == "n" or env.SKIP_CLAMD == "no" -%}
clamav {
# Scan whole message
scan_mime_parts = false;