2
0

test923 431 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <testcase>
  2. <info>
  3. <keywords>
  4. SMTP
  5. VRFY
  6. </keywords>
  7. </info>
  8. #
  9. # Server-side
  10. <reply>
  11. <data>
  12. 250 <recipient@example.com>
  13. </data>
  14. </reply>
  15. #
  16. # Client-side
  17. <client>
  18. <server>
  19. smtp
  20. </server>
  21. <name>
  22. SMTP VRFY
  23. </name>
  24. <command>
  25. smtp://%HOSTIP:%SMTPPORT/923 --mail-rcpt recipient
  26. </command>
  27. </client>
  28. #
  29. # Verify data after the test has been "shot"
  30. <verify>
  31. <protocol>
  32. EHLO 923
  33. VRFY recipient
  34. QUIT
  35. </protocol>
  36. </verify>
  37. </testcase>