test950 549 B

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