Browse Source

Merge branch 'master' of https://github.com/andryyy/mailcow-dockerized

root 8 years ago
parent
commit
7da4d90741
1 changed files with 1 additions and 0 deletions
  1. 1 0
      data/conf/rspamd/lua/rspamd.local.lua

+ 1 - 0
data/conf/rspamd/lua/rspamd.local.lua

@@ -45,6 +45,7 @@ rspamd_config:register_symbol({
       if action ~= 'no action' and action ~= 'greylist' then
       if action ~= 'no action' and action ~= 'greylist' then
         rspamd_logger.infox("skipping tag handler for action: %s", action)
         rspamd_logger.infox("skipping tag handler for action: %s", action)
         task:set_metric_action('default', action)
         task:set_metric_action('default', action)
+        return true
       end
       end
 
 
       if authdomain then
       if authdomain then