test927 576 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <testcase>
  2. <info>
  3. <keywords>
  4. SMTP
  5. EXPN
  6. CUSTOMREQUEST
  7. </keywords>
  8. </info>
  9. #
  10. # Server-side
  11. <reply>
  12. <data>
  13. 250-Joe Smith <joe.smith@example.com>
  14. 250-Harry Smith <harry.smith@example.com>
  15. 250 Melvin Smith <melvin.smith@example.com>
  16. </data>
  17. </reply>
  18. #
  19. # Client-side
  20. <client>
  21. <server>
  22. smtp
  23. </server>
  24. <name>
  25. SMTP mailing list EXPN (CUSTOMREQUEST)
  26. </name>
  27. <command>
  28. smtp://%HOSTIP:%SMTPPORT/927 --mail-rcpt Friends -X EXPN
  29. </command>
  30. </client>
  31. #
  32. # Verify data after the test has been "shot"
  33. <verify>
  34. <protocol>
  35. EHLO 927
  36. EXPN Friends
  37. QUIT
  38. </protocol>
  39. </verify>
  40. </testcase>