test911 573 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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 with no mail data
  19. </name>
  20. <stdin nonewline="yes">
  21. </stdin>
  22. <command>
  23. smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 911@foo --mail-rcpt 911@foobar.example --mail-from 911@from -T -
  24. </command>
  25. </client>
  26. #
  27. # Verify data after the test has been "shot"
  28. <verify>
  29. <protocol>
  30. EHLO user
  31. MAIL FROM:<911@from>
  32. RCPT TO:<911@foo>
  33. RCPT TO:<911@foobar.example>
  34. DATA
  35. QUIT
  36. </protocol>
  37. <upload>
  38. .
  39. </upload>
  40. </verify>
  41. </testcase>