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

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;