commit 8d17d71: [Minor] config: don't lie about antivirus whitelist

Andrew Lewis nerf at judo.za.org
Sat Oct 9 19:42:04 UTC 2021


Author: Andrew Lewis
Date: 2021-10-07 12:02:24 +0200
URL: https://github.com/rspamd/rspamd/commit/8d17d7116328fbf6acbd96e57fb032dc30ad36cb

[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";
   #}
 


More information about the Commits mailing list