Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix screen.lua.sample off-by-one error and function name #195

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

link2xt
Copy link

@link2xt link2xt commented Jan 19, 2024

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.

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.
futatuki added a commit to futatuki/OpenDKIM that referenced this pull request Mar 4, 2024
futatuki added a commit to futatuki/OpenDKIM that referenced this pull request Mar 11, 2024
futatuki added a commit to futatuki/OpenDKIM that referenced this pull request Apr 26, 2024
…screen-lua-sample

Fix sample script screen.lua.sample, off-by-one error and
typo in function name.
futatuki added a commit to futatuki/OpenDKIM that referenced this pull request Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant