test958 782 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <testcase>
  2. <info>
  3. <keywords>
  4. SMTP
  5. VRFY
  6. </keywords>
  7. </info>
  8. #
  9. # Server-side
  10. <reply>
  11. </reply>
  12. #
  13. # Client-side
  14. <client>
  15. <server>
  16. smtp
  17. </server>
  18. <features>
  19. !win32
  20. </features>
  21. <setenv>
  22. LC_ALL=en_US.UTF-8
  23. LC_CTYPE=en_US.UTF-8
  24. </setenv>
  25. <precheck>
  26. perl -MI18N::Langinfo=langinfo,CODESET -e 'die "Needs a UTF-8 locale" if (lc(langinfo(CODESET())) ne "utf-8");'
  27. </precheck>
  28. <name>
  29. SMTP external VRFY without SMTPUTF8 support - UTF-8 based recipient (local part only)
  30. </name>
  31. <command>
  32. smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt Användaren@example.com
  33. </command>
  34. </client>
  35. #
  36. # Verify data after the test has been "shot"
  37. <verify>
  38. # 56 - CURLE_RECV_ERROR
  39. <errorcode>
  40. 56
  41. </errorcode>
  42. <protocol>
  43. EHLO %TESTNUMBER
  44. VRFY Användaren@example.com
  45. QUIT
  46. </protocol>
  47. </verify>
  48. </testcase>