1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-12 10:45:14 +02:00
This commit is contained in:
root 2017-03-21 08:02:58 +01:00
commit 7da4d90741

View File

@ -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