From: Stephan Bosch Date: Tue, 4 Jan 2022 20:20:22 +0000 (+0100) Subject: lmtp: lmtp-proxy - Change proxy connection failure message make more sense. X-Git-Tag: 2.3.18~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d88bdfdf826b48044f8ab76c9202372444c310b;p=thirdparty%2Fdovecot%2Fcore.git lmtp: lmtp-proxy - Change proxy connection failure message make more sense. --- 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; }