test802 604 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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
  19. </name>
  20. <stdin>
  21. From: different
  22. To: another
  23. body
  24. </stdin>
  25. <command>
  26. smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 802@foo --mail-rcpt 802@foobar.example --mail-from 802@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:<802@from>
  35. RCPT TO:<802@foo>
  36. RCPT TO:<802@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>