Docs: add note on Received-By: header creation under cutthrough
[exim.git] / src / src / receive.c
index 28da47f838b0126ed4948d0dec48048e92ed27f9..f8320bd2059117064f5a8db0d90e097b15c88573 100644 (file)
@@ -3027,7 +3027,6 @@ if (chunking_state > CHUNKING_OFFERED)
 /* Cutthrough delivery:
 We have to create the Received header now rather than at the end of reception,
 so the timestamp behaviour is a change to the normal case.
-XXX Ensure this gets documented XXX.
 Having created it, send the headers to the destination. */
 
 if (cutthrough.fd >= 0 && cutthrough.delivery)