]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Lua_scanners: Change categories for dcc
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 31 Dec 2018 10:45:03 +0000 (10:45 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 31 Dec 2018 10:45:03 +0000 (10:45 +0000)
lualib/lua_scanners/dcc.lua

index 3d59f0f1b8dda7903f41b2ed3c077e47755d20f4..43beda6ffebce4497151a80c686788afbde508df 100644 (file)
@@ -280,7 +280,7 @@ local function dcc_config(opts)
 end
 
 return {
-  type = {'dcc','spam scan'},
+  type = {'dcc','bulk_scanner', 'scanner'},
   description = 'dcc bulk scanner',
   configure = dcc_config,
   check = dcc_check,