SMTP --crlf # Server-side # Client-side smtp SMTP with --crlf From: different To: another email headers and body with Unix newlines meant to be converted with the --crlf option %repeat[650 x 0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789%0a]% smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient@example.com --mail-from sender@example.com -T %LOGDIR/upload%TESTNUMBER --crlf # Verify data after the test has been "shot" EHLO %TESTNUMBER MAIL FROM:%LTsender@example.com%GT RCPT TO:%LTrecipient@example.com%GT DATA QUIT From: different To: another email headers and body with Unix newlines meant to be converted with the --crlf option %repeat[650 x 0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789%0d%0a]% .