X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/b1929cd76c53cc62328ec5204e115ceb6d77229b..14a465c3f0ae93b383f57f12b2ac8709ac0d55b6:/test/scripts/5700-tpt-post-dlv-action/5700 diff --git a/test/scripts/5700-tpt-post-dlv-action/5700 b/test/scripts/5700-tpt-post-dlv-action/5700 index b85231b6e..f7cd8272c 100644 --- a/test/scripts/5700-tpt-post-dlv-action/5700 +++ b/test/scripts/5700-tpt-post-dlv-action/5700 @@ -1,4 +1,4 @@ -# Arbtirary expansion after transport +# Arbitrary expansion after transport # (EXPERIMENTAL_TPDA) # need_ipv4 @@ -62,3 +62,33 @@ A message which will hit a timeout at the destination server . **** # +# +# +# +# +exim -odq userx@domain1 +A message which will get refused +**** +server PORT_S +220 ESMTP +EHLO +250-OK +250 HELP +MAIL +250 OK +RCPT +550 GO AWAY +QUIT +220 OK +**** +exim -qqf +**** +# +# +# +# +exim -odq userx@domain1 +A message we will cancel from the queue +**** +exim -odi -Mg $msg1 +****