[exim-dev] [Bug 2018] proxy protocol is not supported on smt…
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Diese Nachricht ist Teil des folgenden Threads:
Der komplette Thread sortiert nach Datum
admin am
2017-02-01 01:39
admin am
2017-02-01 03:27
Autor:
admin
Datum:
2017-02-01 02:25
UTC
To:
exim-dev
Betreff:
[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.