https://bugs.exim.org/show_bug.cgi?id=2018
--- Comment #15 from Phil Pennock <[email protected]> --- 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. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
