diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-06-29 19:31:23 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-06-29 19:31:23 +0100 |
commit | df98a6ff2e70887890690ffbf8a8ad583d7d7e38 (patch) | |
tree | 497106c55d5d5622ca8761debb6b5d1f2b298b3e /test/scripts | |
parent | 628a70e55fef33b5a904317473551cb47cc6c58f (diff) |
Fix bounce generation under RFC 3461 request. Bug 2411
Broken-by: ea97267cea
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/0000-Basic/0618 | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0618 b/test/scripts/0000-Basic/0618 index f841177a0..13d395f02 100644 --- a/test/scripts/0000-Basic/0618 +++ b/test/scripts/0000-Basic/0618 @@ -136,6 +136,44 @@ exim -z playout **** exim -q **** +sleep 1 +exim -Mrm $msg1 $msg2 +**** +# +# +# +# +# Client requests bounce+delay notification; bounce happens +exim -z rej/failure+delay +**** +client HOSTIPV4 PORT_D +??? 220 +EHLO testclient +??? 250- +??? 250-SIZE +??? 250-DSN +??? 250 HELP +MAIL FROM:<e@dump.ex> +??? 250 +RCPT TO:<rmt_reject@test.ex> NOTIFY=fAiLuRe,DELAY +??? 250 +DATA +??? 354 +Subject: test +. +??? 250 +QUIT +??? 221 +**** +# MSA send msg to MDA +exim -q +**** +# deliver notification from MDA +exim -z 'deliver DSN' +**** +exim -q +**** +sleep 1 killdaemon # # |