We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See line 55 of https://github.com/fastmail/authentication_milter/blob/master/lib/Mail/Milter/Authentication/Handler/TLS.pm. x-tls is not correct. The correct pytpe for a TLS result would be smtp because it is information acquired during the smtp session. TLS usages should also be registered as a new smtp property, but that's a separate issue.
The text was updated successfully, but these errors were encountered:
Thanks, I suspect there are a few more of these in other Handlers too. I'll make a note to check through and fix them up.
Sorry, something went wrong.
marcbradshaw
No branches or pull requests
See line 55 of https://github.com/fastmail/authentication_milter/blob/master/lib/Mail/Milter/Authentication/Handler/TLS.pm. x-tls is not correct. The correct pytpe for a TLS result would be smtp because it is information acquired during the smtp session. TLS usages should also be registered as a new smtp property, but that's a separate issue.
The text was updated successfully, but these errors were encountered: