From: Andrew Lewis Date: Thu, 7 Oct 2021 10:02:24 +0000 (+0200) Subject: [Minor] config: don't lie about antivirus whitelist X-Git-Tag: 3.1~68^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8d17d7116328fbf6acbd96e57fb032dc30ad36cb;p=rspamd.git [Minor] config: don't lie about antivirus whitelist --- 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"; #}