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