Listening on port 1224 ...
Connection request from [ip4.ip4.ip4.ip4]
220 ESMTP
-HELO myhost.test.ex
+EHLO myhost.test.ex
250 OK
MAIL FROM:<CALLER@myhost.test.ex>
250 Sender OK
.
250 OK
-Unexpected EOF read from client
+QUIT
+250 OK
+End of script
Listening on port 1224 ...
Connection request from [ip4.ip4.ip4.ip4]
220 ESMTP
-HELO myhost.test.ex
+EHLO myhost.test.ex
250 OK
MAIL FROM:<CALLER@myhost.test.ex>
250 Sender OK
-RCPT TO:<userx@domain.com>
+RCPT TO:<usery@domain.com>
250 Recipient OK
QUIT
Expected EOF read from client
250 OK
MAIL FROM:<CALLER@myhost.test.ex>
250 Sender OK
-RCPT TO:<userx@domain.com>
-250 Recipient OK
RCPT TO:<usery@domain.com>
250 Recipient OK
+RCPT TO:<userz@domain.com>
+250 Recipient OK
DATA
354 Send data
Received: from CALLER (helo=myhost.test.ex)