git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b38dbb
)
Logging: fix log line for local_scan() rejection
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 26 Nov 2017 15:28:26 +0000
(15:28 +0000)
committer
Heiko Schlittermann (HS12-RIPE)
<hs@schlittermann.de>
Sun, 3 Dec 2017 18:50:28 +0000
(19:50 +0100)
src/src/receive.c
patch
|
blob
|
history
diff --git
a/src/src/receive.c
b/src/src/receive.c
index cbf85b065b6af104c359b69db8e8f7e6385106f5..5dc9bb5846b3ff27716a13e28d23d255392d0913 100644
(file)
--- a/
src/src/receive.c
+++ b/
src/src/receive.c
@@
-3794,7
+3794,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);