]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Add some debugging
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 22 Aug 2019 11:29:35 +0000 (12:29 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 22 Aug 2019 11:29:35 +0000 (12:29 +0100)
src/plugins/lua/multimap.lua

index 38052f6f05dcb859d3a31dc43a0c737d072a03f2..f0f1ec719252e22925eecc20339721b591366efc 100644 (file)
@@ -430,6 +430,8 @@ local function multimap_callback(task, rule)
   local pre_filter = rule['prefilter']
 
   local function match_element(r, value, callback)
+    lua_util.debugm(N, task, 'check value %s for multimap %s', value,
+        rule.symbol)
     if not value then
       return false
     end
@@ -877,6 +879,8 @@ local function multimap_callback(task, rule)
 
             if ext then
               local fake_fname = string.format('detected.%s', ext)
+              lua_util.debugm(N, task, 'detected filename %s (%s content-type)',
+                  fake_fname, detected_ct)
               match_filename(rule, fake_fname)
             end
           end