Skip to content

Commit

Permalink
Merge pull request trusteddomainproject#195 from link2xt/link2xt/fix-…
Browse files Browse the repository at this point in the history
…screen-lua-sample
  • Loading branch information
futatuki committed Mar 4, 2024
2 parents deb9af5 + 337d2d8 commit ff46f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendkim/screen.lua.sample
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ end

-- for each signature, ignore it if it's not from the sender's domain
for n = 1, nsigs do
sig = odkim.get_signhandle(ctx, n)
sig = odkim.get_sighandle(ctx, n - 1)
sdomain = odkim.sig_getdomain(sig)
if fdomain ~= sdomain then
odkim.sig_ignore(sig)
Expand Down

0 comments on commit ff46f52

Please sign in to comment.