[Rspamd] Remove unnecessary set_metric_action in tag script

master
andryyy 2020-10-17 10:15:14 +02:00
parent 9ba1d4626d
commit ddadc1ced2
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 0 additions and 1 deletions

View File

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