diff options
-rw-r--r-- | conf/modules.d/antivirus.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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"; #} |