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.