Merge branch 'master' into dane
[exim.git] / src / src / structs.h
index 27b73e903a82aa311e1fb3ed98fdd2690759b6ce..4f7862dc55cae13687c3035943342984cf365709 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;