Skip to content

Commit

Permalink
[Fix] Set dmarc force action as least action
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Apr 29, 2019
1 parent 79dc60d commit a1c1567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/lua/dmarc.lua
Expand Up @@ -205,7 +205,7 @@ local function maybe_force_action(task, disposition)
if force_action then
-- Don't do anything if pre-result has been already set
if task:has_pre_result() then return end
task:set_pre_result(force_action, 'Action set by DMARC', N)
task:set_pre_result(force_action, 'Action set by DMARC', N, nil, nil, 'least')
end
end
end
Expand Down

0 comments on commit a1c1567

Please sign in to comment.