tests: Corrected test1320 to be RFC2821 compliant

This commit is contained in:
Steve Holme 2013-05-02 22:49:16 +01:00
parent ee74b77d45
commit 6b10f5b963

View File

@ -29,10 +29,10 @@ http-proxy
SMTP send tunneled trough HTTP proxy SMTP send tunneled trough HTTP proxy
</name> </name>
<stdin> <stdin>
From: different From: different
To: another To: another
body body
</stdin> </stdin>
<command> <command>
smtp://smtp.1320:%SMTPPORT/user --mail-rcpt 1320@foo --mail-rcpt 1320@foobar.example --mail-from 1320@from -T - -p -x %HOSTIP:%PROXYPORT smtp://smtp.1320:%SMTPPORT/user --mail-rcpt 1320@foo --mail-rcpt 1320@foobar.example --mail-from 1320@from -T - -p -x %HOSTIP:%PROXYPORT
@ -54,10 +54,10 @@ DATA
QUIT QUIT
</protocol> </protocol>
<upload> <upload>
From: different From: different
To: another To: another
body body
. .
</upload> </upload>