]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix oletools typo
authorCarsten Rosenberg <c.rosenberg@heinlein-support.de>
Wed, 27 Mar 2019 11:08:37 +0000 (12:08 +0100)
committerCarsten Rosenberg <c.rosenberg@heinlein-support.de>
Wed, 27 Mar 2019 11:08:37 +0000 (12:08 +0100)
lualib/lua_scanners/oletools.lua

index 577b79863abe68ef2ffa43c381d8f9d3d385b946..a17840305d35ca4fc0c1b8b1654cf0332445c4cb 100644 (file)
@@ -173,7 +173,7 @@ local function oletools_check(task, content, digest, rule)
                 m_suspicious = 'S'
                 table.insert(analysis_keyword_table, a.keyword)
               end
-            elseif a.type == 'IOCs' then
+            elseif a.type == 'IOC' then
               m_iocs = 'I'
             elseif a.type == 'Hex strings' then
               m_hex = 'H'