You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix screen.lua.sample off-by-one error and function name
Function is named get_sighandle() rather than get_signhandle()
and accepts indices starting with 0.
This is correctly documented in opendkim-lua man page.
Attempting to access signatures outside the range leads to errors.
0 commit comments