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/test911 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data/test911') diff --git a/tests/data/test911 b/tests/data/test911 index 6b7a1f40e..c8cecdc9c 100644 --- a/tests/data/test911 +++ b/tests/data/test911 @@ -25,7 +25,7 @@ SMTP with no mail data -smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 911@foo --mail-rcpt 911@foobar.example --mail-from 911@from -T - +smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 911@foo --mail-rcpt 911@foobar.example --mail-from 911@example.com -T - @@ -34,7 +34,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 911@foo --mail-rcpt 911@foobar.example EHLO user -MAIL FROM:<911@from> +MAIL FROM:<911@example.com> RCPT TO:<911@foo> RCPT TO:<911@foobar.example> DATA -- cgit v1.2.3