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/stdout/0618 | |
parent | 628a70e55fef33b5a904317473551cb47cc6c58f (diff) |
Fix bounce generation under RFC 3461 request. Bug 2411
Broken-by: ea97267cea
Diffstat (limited to 'test/stdout/0618')
-rw-r--r-- | test/stdout/0618 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/test/stdout/0618 b/test/stdout/0618 index 0fbac17d9..6bb2ca97f 100644 --- a/test/stdout/0618 +++ b/test/stdout/0618 @@ -128,3 +128,34 @@ Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected ??? 221 <<< 221 myhost.test.ex closing connection End of script +Message 10HmbB-0005vi-00 has been removed +Message 10HmbC-0005vi-00 has been removed +Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected +??? 220 +<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 +>>> EHLO testclient +??? 250- +<<< 250-myhost.test.ex Hello testclient [ip4.ip4.ip4.ip4] +??? 250-SIZE +<<< 250-SIZE 52428800 +??? 250-DSN +<<< 250-DSN +??? 250 HELP +<<< 250 HELP +>>> MAIL FROM:<e@dump.ex> +??? 250 +<<< 250 OK +>>> RCPT TO:<rmt_reject@test.ex> NOTIFY=fAiLuRe,DELAY +??? 250 +<<< 250 Accepted +>>> DATA +??? 354 +<<< 354 Enter message, ending with "." on a line by itself +>>> Subject: test +>>> . +??? 250 +<<< 250 OK id=10HmbE-0005vi-00 +>>> QUIT +??? 221 +<<< 221 myhost.test.ex closing connection +End of script |