diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-08-27 17:00:39 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-08-27 17:00:39 +0100 |
commit | 14a465c3f0ae93b383f57f12b2ac8709ac0d55b6 (patch) | |
tree | df75da618ff9850038996f7c998e6068e6e557da /test/scripts | |
parent | 0e941a381173bcd17d96fab5c5c1a5c9b4b82ddc (diff) |
Further TPDA events
msg:complete
msg:fail:internal
msg:fail:delivery
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/5700-tpt-post-dlv-action/5700 | 32 |
1 files changed, 31 insertions, 1 deletions
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 +**** |