Log queue_time and queue_time_overall exclusive of receive time. Bug 2672
[exim.git] / src / src / spool_out.c
index 113765babb90dbaedaf23d64e7e2edac78b43b05..bbc798fb46577074d911cc924cc3c36eb8589f65 100644 (file)
@@ -162,6 +162,8 @@ fprintf(fp, "<%s>\n", sender_address);
 fprintf(fp, "%d %d\n", (int)received_time.tv_sec, warning_count);
 
 fprintf(fp, "-received_time_usec .%06d\n", (int)received_time.tv_usec);
+fprintf(fp, "-received_time_complete %d.%06d\n",
+  (int)received_time_complete.tv_sec, (int)received_time_complete.tv_usec);
 
 /* If there is information about a sending host, remember it. The HELO
 data can be set for local SMTP as well as remote. */