From 02ccdda03812d16c4888574d2478c7de725109f2 Mon Sep 17 00:00:00 2001 From: Vladimir Varlamov Date: Fri, 22 Mar 2024 23:04:05 +0300 Subject: [PATCH] host.c: typo in comment --- src/src/host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src/host.c b/src/src/host.c index 08e946548c..e28e47f4cb 100644 --- a/src/src/host.c +++ b/src/src/host.c @@ -432,7 +432,7 @@ as follows: (a) No sender_host_name or sender_helo_name: "[ip address]" (b) Just sender_host_name: "host_name [ip address]" (c) Just sender_helo_name: "(helo_name) [ip address]" unless helo is IP - in which case: "[ip address}" + in which case: "[ip address]" (d) The two are identical: "host_name [ip address]" includes helo = IP (e) The two are different: "host_name (helo_name) [ip address]"