git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c314dfc
)
avoid mofying config text
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 15 May 2021 15:32:57 +0000
(16:32 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 27 Jun 2021 23:30:02 +0000
(
00:30
+0100)
src/src/smtp_in.c
patch
|
blob
|
history
diff --git
a/src/src/smtp_in.c
b/src/src/smtp_in.c
index 1d7b222547485f2486d78405bbf776203f78b103..78c86e7c9bda109717709a1125c32f72a26990a5 100644
(file)
--- a/
src/src/smtp_in.c
+++ b/
src/src/smtp_in.c
@@
-3015,7
+3015,7
@@
else
p = s + Ustrlen(s);
while (p > s && isspace(p[-1])) p--;
-
*p = 0
;
+
s = string_copyn(s, p-s)
;
/* It seems that CC:Mail is braindead, and assumes that the greeting message
is all contained in a single IP packet. The original code wrote out the