From 52cefc8cd7ae0faf2c63e645726f2da195d92a49 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 22 Sep 2013 15:14:26 +0100 Subject: tests: Fixed smtp rcpt to addresses --- tests/data/test906 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data/test906') diff --git a/tests/data/test906 b/tests/data/test906 index 1f88990fd..a12b2ebc7 100644 --- a/tests/data/test906 +++ b/tests/data/test906 @@ -26,7 +26,7 @@ To: another body -smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 906@foo -T - +smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 906@example.com -T - @@ -36,7 +36,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 906@foo -T - EHLO user MAIL FROM:<> -RCPT TO:<906@foo> +RCPT TO:<906@example.com> DATA QUIT -- cgit v1.2.3