Skip to content

Commit

Permalink
fixup! arc.lua: fix signature of ARC-Seal header
Browse files Browse the repository at this point in the history
  • Loading branch information
jendis committed Mar 31, 2023
1 parent 6b1386d commit 1d7cc87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/lua/arc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,8 @@ local function arc_sign_seal(task, params, header)
local cur_idx = 1
if arc_seals then
cur_idx = #arc_seals + 1
-- We use the cached version per each ARC-* header field individually, already sorted by instance
-- value in ascending order
for i = 1, #arc_seals, 1 do
if arc_auth_results[i] then
local s = dkim_canonicalize('ARC-Authentication-Results',
Expand Down

0 comments on commit 1d7cc87

Please sign in to comment.