test1507 597 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <testcase>
  2. <info>
  3. <keywords>
  4. SMTP
  5. multi
  6. </keywords>
  7. </info>
  8. #
  9. # Server-side
  10. <reply>
  11. </reply>
  12. #
  13. # Client-side
  14. <client>
  15. <server>
  16. smtp
  17. </server>
  18. <tool>
  19. lib1507
  20. </tool>
  21. # based on bug report #1184
  22. <name>
  23. SMTP with multi interface and CURLE_ABORTED_BY_CALLBACK
  24. </name>
  25. <stdin>
  26. From: different
  27. To: another
  28. body
  29. </stdin>
  30. <command>
  31. smtp://%HOSTIP:%SMTPPORT/user
  32. </command>
  33. </client>
  34. #
  35. # Verify data after the test has been "shot"
  36. <verify>
  37. <protocol>
  38. EHLO user
  39. MAIL FROM:<1507-realuser@example.com>
  40. RCPT TO:<1507-recipient@example.com>
  41. DATA
  42. </protocol>
  43. <upload>
  44. </upload>
  45. </verify>
  46. </testcase>