For connects and certificate-verifies denied by event actions, log
[exim.git] / src / src / smtp_out.c
index e3f2588d7a4ca6b788dd0a7af940019eb3fb29d5..530fcfec75687954629ba0d9471820191e290bc9 100644 (file)
@@ -204,10 +204,10 @@ HDEBUG(D_transport|D_acl|D_v)
   }
 
 #ifdef EXPERIMENTAL_EVENT
-  /*XXX Called from both delivery and verify.  Is that status observable? */
   deliver_host_address = host->address;
   deliver_host_port = port;
-  if (event_raise(event, US"tcp:connect", NULL) == DEFER) return -1;
+  if (event_raise(event, US"tcp:connect", NULL)) return -1;
+  /* Logging?  Debug? */
 #endif
 
 /* Create the socket */