Cutthrough: option to reflect 4xx errors from target to initiator
[exim.git] / src / src / globals.h
index b2bfca64cb45dbfa24d088340ff0d182729df9d9..0faf713bfbc7ee4fa3c97d66759561971c6b8317 100644 (file)
@@ -301,7 +301,8 @@ extern uschar *continue_transport;     /* Transport for continued delivery */
 extern uschar *csa_status;             /* Client SMTP Authorization result */
 
 typedef struct {
-  BOOL         delivery;               /* When to attempt */
+  unsigned     delivery:1;             /* When to attempt */
+  unsigned     defer_pass:1;           /* Pass 4xx to caller rather than spoolling */
   int          fd;                     /* Open connection */
   int          nrcpt;                  /* Count of addresses */
   uschar *     interface;              /* (address of) */