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/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 89b10b5b0..e18550139 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@example.com -T - +smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 902@example.com --mail-from 902@example.com -T - @@ -42,7 +42,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 902@foo --mail-from 902@example.com -T EHLO user HELO user MAIL FROM:<902@example.com> -RCPT TO:<902@foo> +RCPT TO:<902@example.com> DATA QUIT -- cgit v1.2.3