summaryrefslogtreecommitdiff
path: root/test/confs
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-10-03 20:57:40 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2019-10-04 10:26:36 +0100
commit8e78571a8b7a823a439710720a407820ab662451 (patch)
tree0a89cb53a03dd035001ee8c38af065731d057f15 /test/confs
parent2f6c7b1aa0bf4a675d0ec95646b27f5c71bf06c2 (diff)
Events: Add smtp:ehlo event
Diffstat (limited to 'test/confs')
-rw-r--r--test/confs/57102
-rw-r--r--test/confs/57202
2 files changed, 4 insertions, 0 deletions
diff --git a/test/confs/5710 b/test/confs/5710
index e61fadc5e..6ab64f4ec 100644
--- a/test/confs/5710
+++ b/test/confs/5710
@@ -69,6 +69,8 @@ logger:
acl = ev_msg $event_name $acl_arg2
accept condition = ${if eq {tls} {${listextract{1}{$event_name}}}}
message = ${acl {ev_tls}}
+ accept condition = ${if eq {smtp:ehlo}{$event_name}}
+ logwrite = $tls_out_cipher smtp:ehlo $event_data
accept
# ----- Routers -----
diff --git a/test/confs/5720 b/test/confs/5720
index 2de47bd82..030434973 100644
--- a/test/confs/5720
+++ b/test/confs/5720
@@ -69,6 +69,8 @@ logger:
acl = ev_msg $event_name $acl_arg2
accept condition = ${if eq {tls} {${listextract{1}{$event_name}}}}
message = ${acl {ev_tls}}
+ accept condition = ${if eq {smtp:ehlo}{$event_name}}
+ logwrite = $tls_out_cipher smtp:ehlo $event_data
accept
# ----- Routers -----