test969 697 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <testcase>
  2. <info>
  3. <keywords>
  4. SMTP
  5. EXPN
  6. CUSTOMREQUEST
  7. IDN
  8. </keywords>
  9. </info>
  10. #
  11. # Server-side
  12. <reply>
  13. <servercmd>
  14. CAPA SMTPUTF8
  15. </servercmd>
  16. <data>
  17. 250-Joe Smith <joe.smith@example.com>
  18. 250-Harry Smith <harry.smith@example.com>
  19. 250 Melvin Smith <melvin.smith@example.com>
  20. </data>
  21. </reply>
  22. #
  23. # Client-side
  24. <client>
  25. <server>
  26. smtp
  27. </server>
  28. <features>
  29. idn
  30. !win32
  31. </features>
  32. <name>
  33. SMTP mailing list EXPN (CUSTOMREQUEST) with SMTPUTF8 support
  34. </name>
  35. <command>
  36. smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt Friends -X EXPN
  37. </command>
  38. </client>
  39. #
  40. # Verify data after the test has been "shot"
  41. <verify>
  42. <protocol>
  43. EHLO %TESTNUMBER
  44. EXPN Friends SMTPUTF8
  45. QUIT
  46. </protocol>
  47. </verify>
  48. </testcase>