diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-14 20:43:06 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-14 21:04:46 +0100 |
commit | 9eed571fd7c3236326cc6ea74f1455b027df7604 (patch) | |
tree | ea6b576f3dba3445c4bad666d28b2431f2eed324 /test/stdout | |
parent | d3a538c8fee9f31b29947ad73445f50902140899 (diff) |
Taint: fix verify. Bug 2598
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0591 | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/test/stdout/0591 b/test/stdout/0591 new file mode 100644 index 000000000..620e8f89f --- /dev/null +++ b/test/stdout/0591 @@ -0,0 +1,39 @@ + +**** SMTP testing session as if from host 127.0.0.1 +**** but without any ident (RFC 1413) callback. +**** This is not for real! + +220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+250 OK
+250 Accepted
+354 Enter message, ending with "." on a line by itself
+250 OK id=10HmaX-0005vi-00
+ +**** SMTP testing: that is not a real message id! + +221 myhost.test.ex closing connection
+ +**** SMTP testing session as if from host 127.0.0.1 +**** but without any ident (RFC 1413) callback. +**** This is not for real! + +220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+250 OK
+550-Verification failed for <fail@test.ex>
+550-Unrouteable address
+550 Sender verify failed
+221 myhost.test.ex closing connection
+ +**** SMTP testing session as if from host 127.0.0.1 +**** but without any ident (RFC 1413) callback. +**** This is not for real! + +220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+250 OK
+250 Accepted
+354 Enter message, ending with "." on a line by itself
+250 OK id=10HmaY-0005vi-00
+ +**** SMTP testing: that is not a real message id! + +221 myhost.test.ex closing connection
|