From dfe7ee1429f91f06cae9e10dd18f770269271d29 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Thu, 19 Sep 2013 07:19:25 +0100 Subject: tests: Fixed smtp mail from addresses --- tests/data/test902 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data/test902') diff --git a/tests/data/test902 b/tests/data/test902 index c61ab9353..89b10b5b0 100644 --- a/tests/data/test902 +++ b/tests/data/test902 @@ -31,7 +31,7 @@ To: another body -smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 902@foo --mail-from 902@from -T - +smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 902@foo --mail-from 902@example.com -T - @@ -41,7 +41,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 902@foo --mail-from 902@from -T - EHLO user HELO user -MAIL FROM:<902@from> +MAIL FROM:<902@example.com> RCPT TO:<902@foo> DATA QUIT -- cgit v1.2.3