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@example.com --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@example.com> DATA QUIT From: different To: another body .