diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-01-18 15:10:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-18 15:10:12 +0000 |
commit | 3203d0f4422fdab18a03abf7fc713c562f15f70e (patch) | |
tree | 514c692f2195bdc9fc23ff5aa0795a133312bd29 /conf | |
parent | c361d5a35f5e64d3ea429f6358cdc078c29a15c8 (diff) | |
parent | 4d152f93625f6a9249bb2f9a4e1c5e19227f7029 (diff) | |
download | rspamd-3203d0f4422fdab18a03abf7fc713c562f15f70e.tar.gz rspamd-3203d0f4422fdab18a03abf7fc713c562f15f70e.zip |
Merge pull request #2718 from HeinleinSupport/symbol_fail
[Minor] lua_scanners - use pattern for FAIL symbol
Diffstat (limited to 'conf')
-rw-r--r-- | conf/modules.d/antivirus.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/modules.d/antivirus.conf b/conf/modules.d/antivirus.conf index 803820dbb..e48f9329a 100644 --- a/conf/modules.d/antivirus.conf +++ b/conf/modules.d/antivirus.conf @@ -45,6 +45,10 @@ antivirus { # symbol_name = "pattern"; JUST_EICAR = '^Eicar-Test-Signature$'; } + patterns_fail { + # symbol_name = "pattern"; + #CLAM_PROTOCOL_ERROR = '^unhandled response'; + } # `whitelist` points to a map of IP addresses. Mail from these addresses is not scanned. whitelist = "/etc/rspamd/antivirus.wl"; } |