# Based off test 901 after bug report #1456
SMTP
# Client-side
smtp
lib%TESTNUMBER
SMTP with CRLF-dot-CRLF in data
From: different
To: another
.
.
.
body
smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER
# Verify data after the test has been "shot"
EHLO %TESTNUMBER
MAIL FROM:%LTsender@example.com%GT
RCPT TO:%LTrecipient@example.com%GT
DATA
QUIT
From: different
To: another
..
..
..
body
.