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/test900 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data/test900') diff --git a/tests/data/test900 b/tests/data/test900 index 5fcf598c2..5c30ec620 100644 --- a/tests/data/test900 +++ b/tests/data/test900 @@ -26,7 +26,7 @@ To: another body -smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 900@foo --mail-from 900@example.com -T - +smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 900@example.com --mail-from 900@example.com -T - @@ -36,7 +36,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 900@foo --mail-from 900@example.com -T EHLO user MAIL FROM:<900@example.com> -RCPT TO:<900@foo> +RCPT TO:<900@example.com> DATA QUIT -- cgit v1.2.3