diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-19 21:09:17 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-19 22:46:15 +0000 |
commit | 1ed24e36e279c922d3366f6c3144570cc5f54d7a (patch) | |
tree | 9379afdc012a562c3c84ee028bc2c142cfb3fa48 /test/stdout | |
parent | c4dee92d5d5ff5e77e29b8ba94ae3a505cb25bb0 (diff) |
Fix logging of max-size log line
Broken-by: d12746bc15d8
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0633 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/stdout/0633 b/test/stdout/0633 new file mode 100644 index 000000000..69141be1d --- /dev/null +++ b/test/stdout/0633 @@ -0,0 +1,15 @@ + +**** SMTP testing session as if from host V4NET.0.0.0 +**** 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 test [V4NET.0.0.0]
+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! + +421 the.local.host.name lost input connection
|