]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] antivirus: fix `whitelist` description
authorAndrew Lewis <nerf@judo.za.org>
Fri, 30 Jan 2026 17:39:24 +0000 (19:39 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Fri, 30 Jan 2026 17:39:40 +0000 (19:39 +0200)
src/plugins/lua/antivirus.lua

index a846f077d58d0557b58f60c08c9ebc844037767d..8c8d486b76ba3d5e58f143eefdc278553dc16cd1 100644 (file)
@@ -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