-- fix a missing space causing pipelined data to be incorrectly formatted

This commit is contained in:
pfelt
2007-10-23 01:36:26 +00:00
parent 819192e0be
commit 243029b31f
+1 -1
View File
@@ -1796,7 +1796,7 @@ DeliverSMTPMessage (ConnectionStruct * Client, unsigned char *Sender,
}
}
else if (Recips[0].Flags & DSN_HEADER) {
if (ConnWrite(Client->remotesmtp.conn, "RET=HDRS", 9) < 1) {
if (ConnWrite(Client->remotesmtp.conn, " RET=HDRS", 9) < 1) {
DELIVER_ERROR (DELIVER_TRY_LATER);
}
}