summaryrefslogtreecommitdiff
path: root/test/stderr/0525
diff options
context:
space:
mode:
Diffstat (limited to 'test/stderr/0525')
-rw-r--r--test/stderr/052522
1 files changed, 22 insertions, 0 deletions
diff --git a/test/stderr/0525 b/test/stderr/0525
new file mode 100644
index 000000000..3eecf9ac5
--- /dev/null
+++ b/test/stderr/0525
@@ -0,0 +1,22 @@
+LOG: smtp_connection MAIN
+ SMTP connection from CALLER
+LOG: MAIN
+ <= CALLER@myhost.test.ex U=CALLER P=local-smtp S=sss
+delivering 10HmaX-0005vi-00
+Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected
+ SMTP<< 220 Welcome
+ SMTP>> EHLO myhost.test.ex
+ SMTP<< 250 Hi
+ SMTP>> MAIL FROM:<CALLER@myhost.test.ex>
+ SMTP<< 250 OK
+ SMTP>> RCPT TO:<def@pqr>
+ SMTP<< 250 OK
+ SMTP>> DATA
+ SMTP<< 354 SEND
+ SMTP>> writing message and terminating "."
+LOG: MAIN
+ SMTP timeout while connected to 127.0.0.1 [127.0.0.1] after sending data block (ddd bytes written): Connection timed out
+LOG: MAIN
+ == def@pqr R=r1 T=t1 defer (dd): Connection timed out: SMTP timeout while connected to 127.0.0.1 [127.0.0.1] after sending data block (ddd bytes written)
+LOG: smtp_connection MAIN
+ SMTP connection from CALLER closed by QUIT