From: Andrew Lewis Date: Fri, 30 Jan 2026 17:39:24 +0000 (+0200) Subject: [Minor] antivirus: fix `whitelist` description X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6fada9cd806bd279d0c6c3d5d28b727c3294f76;p=thirdparty%2Frspamd.git [Minor] antivirus: fix `whitelist` description --- diff --git a/src/plugins/lua/antivirus.lua b/src/plugins/lua/antivirus.lua index a846f077d5..8c8d486b76 100644 --- a/src/plugins/lua/antivirus.lua +++ b/src/plugins/lua/antivirus.lua @@ -61,7 +61,7 @@ if confighelp then patterns { JUST_EICAR = "^Eicar-Test-Signature$"; } - # `whitelist` points to a map of IP addresses. Mail from these addresses is not scanned. + # `whitelist` points to a map of virus names/signatures to ignore. whitelist = "/etc/rspamd/antivirus.wl"; # Replace content that exactly matches the following string to the EICAR pattern # Useful for E2E testing when another party removes/blocks EICAR attachments