[Rspamd] Remove unnecessary set_metric_action in tag script
parent
9ba1d4626d
commit
ddadc1ced2
|
@ -221,7 +221,6 @@ 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)
|
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue