Cutthrough: option to reflect 4xx errors from target to initiator
[exim.git] / src / src / globals.c
index 9e6f9d34782e69ceb6f6d38f45e51bf9f6ca9017..8d201027352483291ec141bf260102c9a9099d83 100644 (file)
@@ -532,6 +532,7 @@ uschar *continue_transport     = NULL;
 uschar *csa_status             = NULL;
 cut_t   cutthrough = {
   FALSE,                               /* delivery: when to attempt */
+  FALSE,                               /* on defer: spool locally */
   -1,                                  /* fd: open connection */
   0,                                   /* nrcpt: number of addresses */
 };