From 0d037cfdce7d295052cf4c91eda6d7fda7a692a8 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 28 Dec 2014 13:01:11 +0000 Subject: test1520: Fixed initial teething problems * Missing initialisation of upload status caused a seg fault * Missing data termination caused corrupt data to be uploaded * Data verification should be performed in element * Added missing recipient list cleanup --- tests/data/test1520 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/data/test1520') diff --git a/tests/data/test1520 b/tests/data/test1520 index c8b62fd07..5f9344d94 100644 --- a/tests/data/test1520 +++ b/tests/data/test1520 @@ -44,6 +44,9 @@ EHLO 1520 MAIL FROM: RCPT TO: DATA +QUIT + + From: different To: another @@ -54,6 +57,7 @@ To: another .. body - +. + -- cgit v1.2.3