[exim-dev] [Bug 2018] proxy protocol is not supported on smt…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2018] proxy protocol is not supported on smtps (direct SSL/TLS) connections
https://bugs.exim.org/show_bug.cgi?id=2018

--- Comment #15 from Phil Pennock <pdp@???> ---
Okay, problem is easy to see:

if (ret >= 16 && memcmp(&hdr.v2, v2sig, 12) == 0)

We now only read 16 characters in the first pass, so that's never true. Deoh.

--
You are receiving this mail because:
You are on the CC list for the bug.