diff options
-rw-r--r-- | src/src/transports/smtp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/src/transports/smtp.c b/src/src/transports/smtp.c index 128ac9a35..6ce4c9ded 100644 --- a/src/src/transports/smtp.c +++ b/src/src/transports/smtp.c @@ -2901,7 +2901,8 @@ FAILED: || errno == ERRNO_UTF8_FWD #endif ? FAIL : DEFER, - pass_message, sx->conn_args.host + pass_message, + errno == ECONNREFUSED ? NULL : sx->conn_args.host #ifdef EXPERIMENTAL_DSN_INFO , sx->smtp_greeting, sx->helo_response #endif |