Support wire-format spoolfiles
[exim.git] / src / src / transports / smtp.c
index e28a5bfe67f7c6462b36e19bea3959974b9e9579..ecba054a22b1bafb29ace94be5e1a39f3f06d7f5 100644 (file)
@@ -2254,6 +2254,9 @@ included in the count.) */
 
 if (sx->peer_offered & PEER_OFFERED_SIZE)
   {
+/*XXX problem here under spool_files_wireformat?
+Or just forget about lines?  Or inflate by a fixed proportion? */
+
   sprintf(CS p, " SIZE=%d", message_size+message_linecount+sx->ob->size_addition);
   while (*p) p++;
   }