test926 528 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <testcase>
  2. <info>
  3. <keywords>
  4. SMTP
  5. VRFY
  6. </keywords>
  7. </info>
  8. #
  9. # Server-side
  10. <reply>
  11. <servercmd>
  12. REPLY VRFY 550 Unknown user
  13. </servercmd>
  14. </reply>
  15. #
  16. # Client-side
  17. <client>
  18. <server>
  19. smtp
  20. </server>
  21. <name>
  22. SMTP unknown user VRFY
  23. </name>
  24. <command>
  25. smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient
  26. </command>
  27. </client>
  28. #
  29. # Verify data after the test has been "shot"
  30. <verify>
  31. # 8 - CURLE_WEIRD_SERVER_REPLY
  32. <errorcode>
  33. 8
  34. </errorcode>
  35. <protocol>
  36. EHLO %TESTNUMBER
  37. VRFY recipient
  38. QUIT
  39. </protocol>
  40. </verify>
  41. </testcase>