Bertrand SIMONNET | e6cd738 | 2015-07-01 15:39:44 -0700 | [diff] [blame] | 1 | <testcase> |
| 2 | <info> |
| 3 | <keywords> |
| 4 | SMTP |
| 5 | VRFY |
| 6 | </keywords> |
| 7 | </info> |
| 8 | |
| 9 | # |
| 10 | # Server-side |
| 11 | <reply> |
| 12 | <data> |
| 13 | 252 Send some mail and I'll try my best
|
| 14 | </data> |
| 15 | </reply> |
| 16 | |
| 17 | # |
| 18 | # Client-side |
| 19 | <client> |
| 20 | <server> |
| 21 | smtp |
| 22 | </server> |
| 23 | <name> |
| 24 | SMTP external VRFY |
| 25 | </name> |
| 26 | <command> |
Elliott Hughes | 34dd5f4 | 2021-08-10 13:01:18 -0700 | [diff] [blame^] | 27 | smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt user@example.net |
Bertrand SIMONNET | e6cd738 | 2015-07-01 15:39:44 -0700 | [diff] [blame] | 28 | </command> |
| 29 | </client> |
| 30 | |
| 31 | # |
| 32 | # Verify data after the test has been "shot" |
| 33 | <verify> |
| 34 | <protocol> |
Elliott Hughes | 34dd5f4 | 2021-08-10 13:01:18 -0700 | [diff] [blame^] | 35 | EHLO %TESTNUMBER
|
Bertrand SIMONNET | e6cd738 | 2015-07-01 15:39:44 -0700 | [diff] [blame] | 36 | VRFY user@example.net
|
| 37 | QUIT
|
| 38 | </protocol> |
| 39 | </verify> |
| 40 | </testcase> |