Limit expanded References header to RFC max size. Bug 2827
[exim.git] / src / src / deliver.c
index e2994b116615ab4a074e50472e27a7a88ae4bcbf..57a435eeb8538c452214dd65b8189df2403326e5 100644 (file)
@@ -6178,6 +6178,7 @@ return_path = sender_address;   /* In case not previously set */
 
 /* Write the original email out */
 /*XXX no checking for failure!  buggy! */
+/*XXX overlong headers in the original become overlong body lines here*/
 transport_write_message(&tctx, 0);
 fflush(f);