test964 737 B

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