| <?xml version="1.0" encoding="US-ASCII"?> |
| <testcase> |
| <info> |
| <keywords> |
| SMTP |
| EXPN |
| CUSTOMREQUEST |
| </keywords> |
| </info> |
| |
| # Server-side |
| <reply> |
| <data crlf="yes"> |
| 250-Joe Smith %LTjoe.smith@example.com%GT |
| 250-Harry Smith %LTharry.smith@example.com%GT |
| 250 Melvin Smith %LTmelvin.smith@example.com%GT |
| </data> |
| </reply> |
| |
| # Client-side |
| <client> |
| <server> |
| smtp |
| </server> |
| <name> |
| SMTP mailing list EXPN (CUSTOMREQUEST) |
| </name> |
| <command> |
| smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt Friends -X EXPN |
| </command> |
| </client> |
| |
| # Verify data after the test has been "shot" |
| <verify> |
| <protocol crlf="yes"> |
| EHLO %TESTNUMBER |
| EXPN Friends |
| QUIT |
| </protocol> |
| </verify> |
| </testcase> |