diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-11-26 15:28:26 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-11-26 16:21:53 +0000 |
commit | 298f557c4008d1d4aa21df578f334e479e4ae98e (patch) | |
tree | 1c39864a67ff8a7e25ec3b99f6d2cb5869022f85 | |
parent | 81147e20ebcf706f8ebec3416f387785cc600f76 (diff) |
Logging: fix log line for local_scan() rejection
-rw-r--r-- | src/src/receive.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/receive.c b/src/src/receive.c index cdb575825..541eba138 100644 --- a/src/src/receive.c +++ b/src/src/receive.c @@ -3800,7 +3800,7 @@ else break; } - g = string_append(g, 2, US"F=", + g = string_append(NULL, 2, US"F=", sender_address[0] == 0 ? US"<>" : sender_address); g = add_host_info_for_log(g); |