https://bugs.exim.org/show_bug.cgi?id=2409
--- Comment #2 from Jeremy Harris <[email protected]> --- (In reply to Simon Arlott from comment #0) > addr->user_message = options & vopt_is_recipient > ? string_sprintf("Callout verification failed:\n%s", sx.buffer) > : string_sprintf("Called: %s\nSent: %s\nResponse: %s", > host->address, big_buffer, sx.buffer); Assuming this is verify.c line 1004, in 4.92, you shouldn't be hitting that code. Errno should be ERRNO_TLSFAILURE, set at smtp.c line 2505. What have I missed? -- 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/ ##
