summaryrefslogtreecommitdiff
path: root/test/scripts
diff options
context:
space:
mode:
authorJasen Betts <jasen@xnet.co.nz>2015-11-10 16:58:33 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2015-11-14 15:59:47 +0000
commit5ef5dd52d1ded8b0ffdf4708e1d00e4ef458b86a (patch)
tree4fd7869ff05a48ef7601ae7167be8084eb1a4a9e /test/scripts
parent240c288fabd47aa8daf34c06b77a40fd37add470 (diff)
Events: add recipient-deferred events, both per-host and all-hosts.
Diffstat (limited to 'test/scripts')
-rw-r--r--test/scripts/5700-events/570020
1 files changed, 19 insertions, 1 deletions
diff --git a/test/scripts/5700-events/5700 b/test/scripts/5700-events/5700
index f7cd8272c..8fb2010f2 100644
--- a/test/scripts/5700-events/5700
+++ b/test/scripts/5700-events/5700
@@ -1,5 +1,5 @@
# Arbitrary expansion after transport
-# (EXPERIMENTAL_TPDA)
+# (EXPERIMENTAL_EVENT)
#
need_ipv4
#
@@ -67,6 +67,24 @@ A message which will hit a timeout at the destination server
#
#
exim -odq userx@domain1
+A message which will get deferred
+****
+server PORT_S
+220 ESMTP
+EHLO
+250-OK
+250 HELP
+MAIL
+250 OK
+RCPT
+450 NOT RIGHT NOW
+QUIT
+220 OK
+****
+exim -qqf
+****
+#
+exim -odq userx@domain1
A message which will get refused
****
server PORT_S