diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2012-05-06 17:12:31 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2012-06-04 14:57:02 +0100 |
commit | 193e3acd2723abeaaad8575fec3c058df674fc5d (patch) | |
tree | afa6bb6dcdf9fc6f9d257063d523c61b03c6937b /test/stdout/0527 | |
parent | cb9d95aeae369ae85cd13473cda0bb3ae415fcb9 (diff) |
Deal explicitly with attempt to callout via null transport; fixes crash.
Diffstat (limited to 'test/stdout/0527')
-rw-r--r-- | test/stdout/0527 | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/test/stdout/0527 b/test/stdout/0527 index 180c02a10..98cca1761 100644 --- a/test/stdout/0527 +++ b/test/stdout/0527 @@ -1,22 +1,4 @@ 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
250 OK
-550-Verification failed for <unknown@x.x.x.x>
-550-Called: 127.0.0.1
-550-Sent: RCPT TO:<unknown@x.x.x.x>
-550-Response: 550 unrouteable address
-550 Sender verify failed
+451 Could not complete sender verify callout
221 myhost.test.ex closing connection
- -******** SERVER ******** -Listening on port 1224 ... -Connection request from [127.0.0.1] -220 Welcome -HELO myhost.test.ex -250 Hi -MAIL FROM:<> -250 OK -RCPT TO:<unknown@x.x.x.x> -550 unrouteable address -QUIT -221 Bye -End of script |