SMTP
#
# Server-side
# the key in this response is that it doesn't include SIZE support
REPLY EHLO 250 mooo
#
# Client-side
smtp
SMTP without SIZE support
From: different
To: another
body
smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 909@example.com --mail-from 909@example.com -T log/test909.eml
#
# Verify data after the test has been "shot"
EHLO user
MAIL FROM:<909@example.com>
RCPT TO:<909@example.com>
DATA
QUIT
From: different
To: another
body
.