X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/e248dbece62f036f9845de1d15876b946eead0d0..51b611aa81d7ee01243b196abc34a0e2eabd293c:/src/src/smtp_in.c diff --git a/src/src/smtp_in.c b/src/src/smtp_in.c index 69eae3cb4..cf6271c60 100644 --- a/src/src/smtp_in.c +++ b/src/src/smtp_in.c @@ -1219,7 +1219,7 @@ socklen_t vslen = sizeof(struct timeval); BOOL yield = FALSE; os_non_restarting_signal(SIGALRM, command_timeout_handler); -ALARM(PROXY_NEGOTIATION_TIMEOUT_SEC); +ALARM(proxy_protocol_timeout); do { @@ -5899,7 +5899,7 @@ if (Ustrcmp(sender_host_auth_pubname, "tls") != 0) else if (authenticated_id) g = string_append(g, 2, US") x509.auth=", authenticated_id); else - g = string_catn(g, US") reason=x509.auth", 17); + g = string_cat(g, US") reason=x509.auth"); if (authenticated_sender) g = string_append(g, 2, US" smtp.mailfrom=", authenticated_sender);