test952 570 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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 data with single dot-only line
  19. </name>
  20. <stdin>
  21. .
  22. </stdin>
  23. <command>
  24. smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient@example.com --mail-from sender@example.com -T -
  25. </command>
  26. </client>
  27. #
  28. # Verify data after the test has been "shot"
  29. <verify>
  30. <protocol>
  31. EHLO %TESTNUMBER
  32. MAIL FROM:<sender@example.com>
  33. RCPT TO:<recipient@example.com>
  34. DATA
  35. QUIT
  36. </protocol>
  37. <upload>
  38. ..
  39. .
  40. </upload>
  41. </verify>
  42. </testcase>