Support wire-format spoolfiles
[exim.git] / src / src / verify.c
index 706d42a0fc1cad3ba853b96aff86c1c563454585..6a50af5069abbf6cbc584189904f685577a7b81f 100644 (file)
@@ -1344,6 +1344,7 @@ tctx.tblock = cutthrough.addr.transport;
 tctx.addr = &cutthrough.addr;
 tctx.check_string = US".";
 tctx.escape_string = US"..";
+/*XXX check under spool_files_wireformat.  Might be irrelevant */
 tctx.options = topt_use_crlf;
 
 if (!transport_headers_send(&tctx, &cutthrough_write_chunk))