diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-12-29 19:49:54 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-12-29 19:49:54 +0000 |
commit | bfe645c1570343d3adca657ab67998e122ca8792 (patch) | |
tree | bbf8b32a1ba0eb70cf9adfb1539af7915d8aa17b /test/stdout/5700 | |
parent | a466d09b249d5018ecb0f1ec45adba545c02c75b (diff) |
update to pre-4.87 master
Diffstat (limited to 'test/stdout/5700')
-rw-r--r-- | test/stdout/5700 | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/test/stdout/5700 b/test/stdout/5700 index b185dca05..a8f3b7482 100644 --- a/test/stdout/5700 +++ b/test/stdout/5700 @@ -6,7 +6,7 @@ Connection request from [127.0.0.1] EHLO the.local.host.name 250-OK 250 HELP -MAIL FROM:<CALLER@the.local.host.name> +MAIL FROM:<> 250 OK RCPT TO:<userx@domain1> 250 OK @@ -32,7 +32,7 @@ Connection request from [127.0.0.1] EHLO the.local.host.name 250-OK 250 HELP -MAIL FROM:<CALLER@the.local.host.name> +MAIL FROM:<> 250 OK RCPT TO:<userx@domain2> 250 OK @@ -64,7 +64,20 @@ Connection request from [127.0.0.1] EHLO the.local.host.name 250-OK 250 HELP -MAIL FROM:<CALLER@the.local.host.name> +MAIL FROM:<> +250 OK +RCPT TO:<userx@domain1> +450 NOT RIGHT NOW +QUIT +220 OK +End of script +Listening on port 1224 ... +Connection request from [127.0.0.1] +220 ESMTP +EHLO the.local.host.name +250-OK +250 HELP +MAIL FROM:<> 250 OK RCPT TO:<userx@domain1> 550 GO AWAY |