diff options
author | Andrew Lewis <nerf@judo.za.org> | 2021-10-07 12:02:24 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2021-10-07 12:02:24 +0200 |
commit | 8d17d7116328fbf6acbd96e57fb032dc30ad36cb (patch) | |
tree | 71e593dffbd0987afee936a19dfcdc7130b15889 /conf/modules.d/antivirus.conf | |
parent | b8c0ebc33440fe15216a4369c73faa1951e6b244 (diff) | |
download | rspamd-8d17d7116328fbf6acbd96e57fb032dc30ad36cb.tar.gz rspamd-8d17d7116328fbf6acbd96e57fb032dc30ad36cb.zip |
[Minor] config: don't lie about antivirus whitelist
Diffstat (limited to 'conf/modules.d/antivirus.conf')
-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"; #} |