mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-22 09:39:48 +00:00
Fix: return true
This commit is contained in:
parent
edf047cf66
commit
2fcbce4f2e
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ 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
|
||||
|
||||
if authdomain then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue