tests: Corrected the SMTP tests to be RFC2821 compliant
authorSteve Holme <steve_holme@hotmail.com>
Sun, 28 Apr 2013 15:12:40 +0000 (16:12 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 28 Apr 2013 15:14:58 +0000 (16:14 +0100)
commitf317ffb7bbd18428ab3275ac47bf82f146f6c066
tree09987fc7fc846f859f53aa809ba7017af48219b9
parent9ea51459520d5d8a397908b4a3fc6cc3b2d45974
tests: Corrected the SMTP tests to be RFC2821 compliant

The emails that are sent to the server during these tests were
incorrectly formatted as they contained one or more LF terminated lines
rather than being CRLF terminated as per Section 2.3.7 of RFC-2821.

This wasn't a problem for the test suite as the <stdin> data matched the
<upload> data but anyone using these tests as reference would be sending
incorrect data to a server.
tests/data/test900
tests/data/test901
tests/data/test902
tests/data/test903
tests/data/test904
tests/data/test905
tests/data/test906
tests/data/test907
tests/data/test908