Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2015
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. Resent Messages
  2. Start with the message that has been used as an example several
  3. times:
  4. ----
  5. From: John Doe <jdoe@machine.example>
  6. To: Mary Smith <mary@example.net>
  7. Subject: Saying Hello
  8. Date: Fri, 21 Nov 1997 09:55:06 -0600
  9. Message-ID: <1234@local.machine.example>
  10. This is a message just to say hello.
  11. So, "Hello".
  12. ----
  13. Say that Mary, upon receiving this message, wishes to send a copy of
  14. the message to Jane such that (a) the message would appear to have
  15. come straight from John; (b) if Jane replies to the message, the
  16. reply should go back to John; and (c) all of the original
  17. information, like the date the message was originally sent to Mary,
  18. the message identifier, and the original addressee, is preserved. In
  19. this case, resent fields are prepended to the message:
  20. Resnick Standards Track [Page 47]
  21. RFC 5322
  22. Internet Message Format October 2008
  23. ----
  24. Resent-From: Mary Smith <mary@example.net>
  25. Resent-To: Jane Brown <j-brown@other.example>
  26. Resent-Date: Mon, 24 Nov 1997 14:22:01 -0800
  27. Resent-Message-ID: <78910@example.net>
  28. From: John Doe <jdoe@machine.example>
  29. To: Mary Smith <mary@example.net>
  30. Subject: Saying Hello
  31. Date: Fri, 21 Nov 1997 09:55:06 -0600
  32. Message-ID: <1234@local.machine.example>
  33. This is a message just to say hello.
  34. So, "Hello".
  35. ----
  36. If Jane, in turn, wished to resend this message to another person,
  37. she would prepend her own set of resent header fields to the above
  38. and send that. (Note that for brevity, trace fields are not shown
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement