From 8d17d7116328fbf6acbd96e57fb032dc30ad36cb Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Thu, 7 Oct 2021 12:02:24 +0200 Subject: [PATCH] [Minor] config: don't lie about antivirus whitelist --- conf/modules.d/antivirus.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/modules.d/antivirus.conf b/conf/modules.d/antivirus.conf index 9b475bce3..b1722880b 100644 --- a/conf/modules.d/antivirus.conf +++ b/conf/modules.d/antivirus.conf @@ -48,7 +48,7 @@ antivirus { # symbol_name = "pattern"; #CLAM_PROTOCOL_ERROR = '^unhandled response'; #} - # `whitelist` points to a map of IP addresses. Mail from these addresses is not scanned. + # `whitelist` points to a map of signature names. Hits on these signatures are ignored. #whitelist = "/etc/rspamd/antivirus.wl"; #} -- 2.39.5