diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-01-17 11:17:58 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-01-17 11:17:58 +0000 |
commit | 431b736177e2cdfd0b4da4c8545d8b732286abe1 (patch) | |
tree | d7e40e4cdb12e9c0297384aaa05d03b8ad3230db /test/stdout | |
parent | 22ad45c9e84aa0caab29371080c66e02f2b0aea2 (diff) |
Fix negated dnslists item bug; add == and =& features, courtesy Brad
Jorsch.
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0139 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/stdout/0139 b/test/stdout/0139 index 011f2d4fb..3736dd4fd 100644 --- a/test/stdout/0139 +++ b/test/stdout/0139 @@ -50,3 +50,19 @@ 354 Enter message, ending with "." on a line by itself
250 OK id=10HmaX-0005vi-00
221 the.local.host.name closing connection
+ +**** SMTP testing session as if from host V4NET.11.12.15 +**** but without any ident (RFC 1413) callback. +**** This is not for real! + +220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+250 the.local.host.name Hello a.b [V4NET.11.12.15]
+221 the.local.host.name closing connection
+ +**** SMTP testing session as if from host V4NET.13.13.2 +**** but without any ident (RFC 1413) callback. +**** This is not for real! + +220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+550 <a@b> Unrouteable address
+221 the.local.host.name closing connection
|