SMTP
SIZE
#
# Server-side
CAPA SIZE
#
# Client-side
smtp
SMTP with SIZE support
From: different
To: another
body
smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 912@foo --mail-from 912@example.com -T log/test912.eml
#
# Verify data after the test has been "shot"
EHLO user
MAIL FROM:<912@example.com> SIZE=38
RCPT TO:<912@foo>
DATA
QUIT
From: different
To: another
body
.