From 6d8450b270e35661dd46ed146d0b05c75aece947 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Sat, 12 Feb 2022 13:18:29 +0100 Subject: [PATCH] rspamd clamav settings --- bundles/rspamd/files/override.d/antivirus.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundles/rspamd/files/override.d/antivirus.conf b/bundles/rspamd/files/override.d/antivirus.conf index 878a0e9..4c7826f 100644 --- a/bundles/rspamd/files/override.d/antivirus.conf +++ b/bundles/rspamd/files/override.d/antivirus.conf @@ -2,4 +2,7 @@ clamav { servers = "/run/clamav/clamd.ctl"; type = "clamav"; symbol = "CLAM_VIRUS"; + scan_mime_parts = true; + scan_text_mime = true; + scan_image_mime = true; }