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/test905 | |
parent | a8b606b1a6bfc5fa53578741626cf701dbf7c079 (diff) |
tests: Updated email addresses in SMTP tests following recent changes
Diffstat (limited to 'tests/data/test905')
-rw-r--r-- | tests/data/test905 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test905 b/tests/data/test905 index 214bc1822..8d8d9114f 100644 --- a/tests/data/test905 +++ b/tests/data/test905 @@ -34,7 +34,7 @@ SMTP CRAM-MD5 authentication mail body
</stdin> <command> -smtp://%HOSTIP:%SMTPPORT/905 --mail-rcpt 905@example.com --mail-from 905@example.com -u tim:tanstaaftanstaaf -T - +smtp://%HOSTIP:%SMTPPORT/905 --mail-rcpt recipient@example.com --mail-from sender@example.com -u tim:tanstaaftanstaaf -T - </command> </client> @@ -45,8 +45,8 @@ smtp://%HOSTIP:%SMTPPORT/905 --mail-rcpt 905@example.com --mail-from 905@example EHLO 905
AUTH CRAM-MD5
dGltIGI5MTNhNjAyYzdlZGE3YTQ5NWI0ZTZlNzMzNGQzODkw
-MAIL FROM:<905@example.com>
-RCPT TO:<905@example.com>
+MAIL FROM:<sender@example.com>
+RCPT TO:<recipient@example.com>
DATA
QUIT
</protocol> |