From 323ad5bc2c9be13c15ecf8d02fdc7c568d5263bd Mon Sep 17 00:00:00 2001 From: mwiegand Date: Sat, 5 Feb 2022 14:58:15 +0100 Subject: [PATCH] dont reject clamav matches --- bundles/rspamd/files/override.d/antivirus.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/bundles/rspamd/files/override.d/antivirus.conf b/bundles/rspamd/files/override.d/antivirus.conf index 5dd7791..878a0e9 100644 --- a/bundles/rspamd/files/override.d/antivirus.conf +++ b/bundles/rspamd/files/override.d/antivirus.conf @@ -1,6 +1,5 @@ clamav { servers = "/run/clamav/clamd.ctl"; - action = "reject"; type = "clamav"; symbol = "CLAM_VIRUS"; }