Logging: Add DT= to defer & fail message lines. Bug 322
[users/jgh/exim.git] / src / src / transports / smtp.h
index 8ea844b385328b128b32683e70306dd83368de97..0ddb6276025e74f4a8ac718deabc46bea9d463e1 100644 (file)
@@ -144,6 +144,7 @@ typedef struct {
 #endif
   BOOL pending_MAIL:1;
   BOOL pending_BDAT:1;
+  BOOL RCPT_452:1;
   BOOL good_RCPT:1;
   BOOL completed_addr:1;
   BOOL send_rset:1;
@@ -164,6 +165,7 @@ typedef struct {
   ehlo_resp_precis     ehlo_resp;
 #endif
 
+  struct timeval       delivery_start;
   address_item *       first_addr;
   address_item *       next_addr;
   address_item *       sync_addr;