test909 778 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <testcase>
  2. <info>
  3. <keywords>
  4. SMTP
  5. </keywords>
  6. </info>
  7. #
  8. # Server-side
  9. <reply>
  10. # the key in this response is that it doesn't include SIZE support
  11. <servercmd>
  12. REPLY EHLO 250 mooo
  13. </servercmd>
  14. </reply>
  15. #
  16. # Client-side
  17. <client>
  18. <server>
  19. smtp
  20. </server>
  21. <name>
  22. SMTP without SIZE support
  23. </name>
  24. <file name="log/test909.eml">
  25. From: different
  26. To: another
  27. body
  28. </file>
  29. <command>
  30. smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 909@foo --mail-rcpt 909@foobar.example --mail-from 909@from -T log/test909.eml
  31. </command>
  32. </client>
  33. #
  34. # Verify data after the test has been "shot"
  35. <verify>
  36. <protocol>
  37. EHLO user
  38. MAIL FROM:<909@from>
  39. RCPT TO:<909@foo>
  40. RCPT TO:<909@foobar.example>
  41. DATA
  42. QUIT
  43. </protocol>
  44. <upload>
  45. From: different
  46. To: another
  47. body
  48. .
  49. </upload>
  50. </verify>
  51. </testcase>