diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-09-29 16:48:02 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-09-29 16:48:02 +0100 |
commit | 25a0c96a49429706dd0a53d7dac98179d9895c82 (patch) | |
tree | f7bb9bd7f4e29e1c6cb74b4a13cab66118488926 /tests/data/test918 | |
parent | a8b606b1a6bfc5fa53578741626cf701dbf7c079 (diff) |
tests: Updated email addresses in SMTP tests following recent changes
Diffstat (limited to 'tests/data/test918')
-rw-r--r-- | tests/data/test918 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test918 b/tests/data/test918 index 4817e2814..6f3a382b4 100644 --- a/tests/data/test918 +++ b/tests/data/test918 @@ -26,7 +26,7 @@ To: another body
</stdin> <command> -smtp://%HOSTIP:%SMTPPORT/918 --mail-rcpt 918@example.com --mail-rcpt invalid --mail-rcpt 918@bar.example.com --mail-rcpt sTrAnGe --mail-rcpt 918@another.example.com --mail-from 918@example.com -T - +smtp://%HOSTIP:%SMTPPORT/918 --mail-rcpt recipient.one@example.com --mail-rcpt invalid --mail-rcpt recipient.three@example.com --mail-rcpt sTrAnGe --mail-rcpt recipient.five@example.com --mail-from sender@example.com -T - </command> </client> @@ -38,8 +38,8 @@ smtp://%HOSTIP:%SMTPPORT/918 --mail-rcpt 918@example.com --mail-rcpt invalid --m </errorcode>
<protocol> EHLO 918
-MAIL FROM:<918@example.com>
-RCPT TO:<918@example.com>
+MAIL FROM:<sender@example.com>
+RCPT TO:<recipient.one@example.com>
RCPT TO:<invalid>
QUIT
</protocol> |