SMTP
#
# Server-side
#
# Client-side
smtp
SMTP with CRLF-dot-CRLF in data
From: different
To: another
.
.
.
body
smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 901@example.com --mail-from 901@example.com -T -
#
# Verify data after the test has been "shot"
EHLO user
MAIL FROM:<901@example.com>
RCPT TO:<901@example.com>
DATA
QUIT
From: different
To: another
..
..
..
body
.