avoid mofying config text
authorJeremy Harris <jgh146exb@wizmail.org>
Sat, 15 May 2021 15:32:57 +0000 (16:32 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 27 Jun 2021 23:30:02 +0000 (00:30 +0100)
src/src/smtp_in.c

index 1d7b222547485f2486d78405bbf776203f78b103..78c86e7c9bda109717709a1125c32f72a26990a5 100644 (file)
@@ -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