Expanded EXPERIMENTAL_TPDA feature
[exim.git] / src / src / structs.h
index 71ac5d8e3b54a32e97b13f0ad40ce3ff48b1d4dd..80c23fb0ab23b8bd2cdb74bdae17ad773a3fe558 100644 (file)
@@ -188,7 +188,7 @@ typedef struct transport_instance {
   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 */
+  uschar  *tpda_event_action;     /* String to expand on notable events */
 #endif
 } transport_instance;