Bug 1031: Experimental TPDA
[exim.git] / src / src / structs.h
index 53aa2106b7834d2095160b066416b20bcc94e497..baf9a0f8574287c7979098720c3d57ee9289c5ee 100644 (file)
@@ -184,6 +184,9 @@ typedef struct transport_instance {
   BOOL    log_fail_output;
   BOOL    log_defer_output;
   BOOL    retry_use_local_part;   /* Defaults true for local, false for remote */
+#ifdef EXPERIMENTAL_TPDA
+  uschar  *tpda_delivery_action;  /* String to expand on success */
+#endif
 } transport_instance;