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/test904 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data/test904') diff --git a/tests/data/test904 b/tests/data/test904 index 1a23f4157..650181de0 100644 --- a/tests/data/test904 +++ b/tests/data/test904 @@ -31,7 +31,7 @@ SMTP login authentication mail body -smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 904@foo --mail-from 904@from -u test:1234 -T - +smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 904@foo --mail-from 904@example.com -u test:1234 -T - @@ -43,7 +43,7 @@ EHLO user AUTH LOGIN dGVzdA== MTIzNA== -MAIL FROM:<904@from> +MAIL FROM:<904@example.com> RCPT TO:<904@foo> DATA QUIT -- cgit v1.2.3