We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4340b5f + 337d2d8 commit 68a132bCopy full SHA for 68a132b
opendkim/screen.lua.sample
@@ -24,7 +24,7 @@ end
24
25
-- for each signature, ignore it if it's not from the sender's domain
26
for n = 1, nsigs do
27
- sig = odkim.get_signhandle(ctx, n)
+ sig = odkim.get_sighandle(ctx, n - 1)
28
sdomain = odkim.sig_getdomain(sig)
29
if fdomain ~= sdomain then
30
odkim.sig_ignore(sig)
0 commit comments