-
-
Notifications
You must be signed in to change notification settings - Fork 661
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
hook_ehlo is called twice #3160
Comments
Where are the logs that demonstrate the issue? |
Are we sure this isn't just a case of STARTTLS?
…On Tue, Mar 7, 2023 at 12:04 AM Matt Simerson ***@***.***> wrote:
Where are the logs that demonstrate the issue?
—
Reply to this email directly, view it on GitHub
<#3160 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFBWYZO2BVERSI3OIP52IDW226W3ANCNFSM6AAAAAAVKT7EQY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Not at all, that's why I asked for logs. |
Upon further inspection, it does appear to be STARTTLS. I'll reopen if I find evidence to the contrary. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
hook_ehlo gets called twice for every EHLO.
Expected behavior
hook_ehlo should only get called once for each EHLO.
Steps To Reproduce
I created this plugin to demonstrate this issue:
System Info:
Additional context
For each HELO, hook_helo is run once and hook_ehlo is run once.
The text was updated successfully, but these errors were encountered: