Debug: indentation
[exim.git] / test / confs / 5892
index 571cb8e7e1b36e41ce84802328e26fdc3b551139..77b5c9052f8b079d9789b76fcc4ccda3a256f938 100644 (file)
@@ -108,7 +108,9 @@ send_to_server1:
   tls_verify_certificates =    CDIR/CA/CA.pem
   tls_verify_cert_hostnames =  ${if match {$local_part}{^noverify} {*}{:}}
   tls_try_verify_hosts =       *
+.ifdef _HAVE_EVENT
   event_action =               ${acl {log_resumption}}
+.endif
 
 send_to_server2:
   driver =                     smtp
@@ -118,7 +120,9 @@ send_to_server2:
   hosts_try_fastopen =         :
   tls_verify_certificates =    CDIR/CA/CA.pem
   tls_verify_cert_hostnames =  :
+.ifdef _HAVE_EVENT
   event_action =               ${acl {log_resumption}}
+.endif
 
 
 # ----- Retry -----