test961 774 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. !idn
  20. !win32
  21. </features>
  22. <setenv>
  23. LC_ALL=en_US.UTF-8
  24. LC_CTYPE=en_US.UTF-8
  25. </setenv>
  26. <precheck>
  27. perl -MI18N::Langinfo=langinfo,CODESET -e 'die "Needs a UTF-8 locale" if (lc(langinfo(CODESET())) ne "utf-8");'
  28. </precheck>
  29. <name>
  30. SMTP external VRFY without SMTPUTF8 support - UTF-8 based recipient (host part only)
  31. </name>
  32. <command>
  33. smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt user@åäö.se
  34. </command>
  35. </client>
  36. #
  37. # Verify data after the test has been "shot"
  38. <verify>
  39. # 8 - CURLE_WEIRD_SERVER_REPLY
  40. <errorcode>
  41. 8
  42. </errorcode>
  43. <protocol>
  44. EHLO %TESTNUMBER
  45. VRFY user@åäö.se
  46. QUIT
  47. </protocol>
  48. </verify>
  49. </testcase>