From 1d88bdfdf826b48044f8ab76c9202372444c310b Mon Sep 17 00:00:00 2001 From: Stephan Bosch Date: Tue, 4 Jan 2022 21:20:22 +0100 Subject: [PATCH] lmtp: lmtp-proxy - Change proxy connection failure message make more sense. --- src/lmtp/lmtp-proxy.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lmtp/lmtp-proxy.c b/src/lmtp/lmtp-proxy.c index e3edc7eb4d..f4f9dced8f 100644 --- a/src/lmtp/lmtp-proxy.c +++ b/src/lmtp/lmtp-proxy.c @@ -331,8 +331,7 @@ lmtp_proxy_handle_reply(struct lmtp_proxy_recipient *lprcpt, } smtp_server_command_fail(rcpt->cmd->cmd, 451, "4.4.0", - "Remote server not answering%s", - detail); + "Proxy failed", detail); return FALSE; } -- 2.47.3