home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / hackersclub / km / library / hack / usenet.txt < prev    next >
Text File  |  1998-03-25  |  1KB  |  20 lines

  1. 33. How do I post to a moderated newsgroup?
  2.  
  3. Usenet messages consist of message headers and message bodies. The message
  4. header tells the news software how to process the message. Headers can be
  5. divided into two types, required and optional. Required headers are ones
  6. like "From" and "Newsgroups." Without the required headers, your message
  7. will not be posted properly.
  8. One of the optional headers is the "Approved" header. To post to a
  9. moderated newsgroup, simply add an Approved header line to your message
  10. header. The header line should contain the newsgroup moderators e-mail
  11. address. To see the correct format for your target newsgroup, save a
  12. message from the newsgroup and then look at it using any text editor.
  13. A "Approved" header line should look like this:
  14. Approved: will@gnu.ai.mit.edu
  15. There cannot not be a blank line in the message header. A blank line will
  16. cause any portion of the header after the blank line to be interpreted as
  17. part of the message body.
  18. For more information, read RFC 1036: Standard for Interchange of USENET
  19. messages.
  20.