From 54b527ee1e2d43dd586d53bea32ec1de91af773b Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Wed, 24 Jan 2018 13:52:10 +0200 Subject: [Minor] Fix previous commit --- src/plugins/lua/antivirus.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/plugins/lua/antivirus.lua b/src/plugins/lua/antivirus.lua index 0a16ff145..59ec3ad0d 100644 --- a/src/plugins/lua/antivirus.lua +++ b/src/plugins/lua/antivirus.lua @@ -410,7 +410,7 @@ local function fprot_check(task, rule) rspamd_logger.infox(task, '%s [%s]: message is clean', rule['symbol'], rule['type']) end else - local vname = string.match(data, '^1 ') + local vname = string.match(data, '^1 ') if not vname then rspamd_logger.errx(task, 'Unhandled response: %s', data) else -- cgit v1.2.3