[Rspamd, Web] Add rewrite subject to known soft quarantine actions
This commit is contained in:
@@ -53,7 +53,7 @@ return function(task)
|
||||
and not task:has_symbol('GLOBAL_RCPT_BL')
|
||||
and not task:has_symbol('MAILCOW_BLACK') then
|
||||
local action = task:get_metric_action('default')
|
||||
if action == 'reject' or action == 'add header' then
|
||||
if action == 'reject' or action == 'add header' or action == 'rewrite subject' then
|
||||
return true
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user