[exim-dev] [Bug 2409] Callout verification response buffer w…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2409] Callout verification response buffer with non-ASCII characters is returned in the user message
https://bugs.exim.org/show_bug.cgi?id=2409

--- Comment #2 from Jeremy Harris <jgh146exb@???> ---
(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.