diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-01-30 15:10:58 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-01-30 15:10:58 +0000 |
commit | 41c7c167f4d3552804bfaf7278d72fc448b851ff (patch) | |
tree | f462813d5fc6fa01ff8523deccf655fa5b806516 /test/stdout | |
parent | cf8b11a5399e64e50b6cd58f56a98197aca599d8 (diff) |
Magnus' patch for $sending_ip_address and $sending_port.
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0550 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/test/stdout/0550 b/test/stdout/0550 new file mode 100644 index 000000000..57ef22d25 --- /dev/null +++ b/test/stdout/0550 @@ -0,0 +1,24 @@ + +******** SERVER ******** +Listening on port 1224 ... +Connection request from [127.0.0.1] +220 ESMTP +EHLO Tweedledum to 127.0.0.1 [127.0.0.1] +250-OK +250 HELP +MAIL FROM:<CALLER@myhost.test.ex> +450 Defer +QUIT +221 OK +Unexpected EOF read from client +Listening on port 1224 ... +Connection request from [ip4.ip4.ip4.ip4] +220 ESMTP +EHLO Tweedledee to ip4.ip4.ip4.ip4 [ip4.ip4.ip4.ip4] +250-OK +250 HELP +MAIL FROM:<CALLER@myhost.test.ex> +450 Defer +QUIT +221 OK +End of script |