test910 650 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <testcase>
  2. <info>
  3. <keywords>
  4. SMTP
  5. </keywords>
  6. </info>
  7. #
  8. # Server-side
  9. <reply>
  10. </reply>
  11. #
  12. # Client-side
  13. <client>
  14. <server>
  15. smtp
  16. </server>
  17. <name>
  18. SMTP without terminating CRLF
  19. </name>
  20. <stdin nonewline="yes">
  21. From: different
  22. To: another
  23. body
  24. </stdin>
  25. <command>
  26. smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 910@foo --mail-rcpt 910@foobar.example --mail-from 910@from -T -
  27. </command>
  28. </client>
  29. #
  30. # Verify data after the test has been "shot"
  31. <verify>
  32. <protocol>
  33. EHLO user
  34. MAIL FROM:<910@from>
  35. RCPT TO:<910@foo>
  36. RCPT TO:<910@foobar.example>
  37. DATA
  38. QUIT
  39. </protocol>
  40. <upload>
  41. From: different
  42. To: another
  43. body
  44. .
  45. </upload>
  46. </verify>
  47. </testcase>