diff options
Diffstat (limited to 'tests/data/test802')
-rw-r--r-- | tests/data/test802 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/data/test802 b/tests/data/test802 index dedc1e1fd..d3114137d 100644 --- a/tests/data/test802 +++ b/tests/data/test802 @@ -26,7 +26,7 @@ To: another body </stdin> <command> -smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 802@foo --mail-from 802@from -T - +smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 802@foo --mail-rcpt 802@foobar.example --mail-from 802@from -T - </command> </client> @@ -37,6 +37,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 802@foo --mail-from 802@from -T - EHLO user
MAIL FROM:802@from
RCPT TO:802@foo
+RCPT TO:802@foobar.example
DATA
QUIT
</protocol> |