test924 582 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <testcase>
  2. <info>
  3. <keywords>
  4. SMTP
  5. VRFY
  6. </keywords>
  7. </info>
  8. #
  9. # Server-side
  10. <reply>
  11. <data>
  12. 553-Ambiguous; Possibilities are:
  13. 553-Joe Smith <joe.smith@example.com>
  14. 553-Harry Smith <harry.smith@example.com>
  15. 553 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 ambiguous VRFY
  26. </name>
  27. <command>
  28. smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt smith
  29. </command>
  30. </client>
  31. #
  32. # Verify data after the test has been "shot"
  33. <verify>
  34. <protocol>
  35. EHLO %TESTNUMBER
  36. VRFY smith
  37. QUIT
  38. </protocol>
  39. </verify>
  40. </testcase>