home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / dnew54c3.zip / NEWSFEED.CON < prev    next >
Text File  |  1999-03-31  |  1KB  |  34 lines

  1. # You must get the EXCLUDE parameter correct, to do this:
  2. #    Use a reader or telnet to get a message from the site you feed from,
  3. #    look at the PATH header record and see what name that site is stamping
  4. #    it's messages with,  then put that name in place of 'FEEDER.OTHER.NAME'
  5. #    if it is different from the feeder's ip name as defined in news.conf
  6. #
  7. # File format:
  8. # BUILTIN means the internal nntp feed is used
  9. # POSTING means to use 'POST' instead of IHAVE to send messages up stream.
  10. # EXCLUDE sitename    Stops items from going to that site again.
  11. # POSTING is best for LEAF sites (where you don't feed to any other sites)
  12. # a POSTING site can have leaf sites but it can't accept IHAVE messages from
  13. # them, only POST messages.
  14. #
  15. # Two special site names,  me   and   $NNTP_FEEDER (from news.conf)
  16. #
  17. site me
  18.     groups *,!to.*,!*.binaries.*
  19.  
  20. site $NNTP_FEEDER
  21.     groups *
  22.     builtin
  23.     posting
  24.     exclude feeder.other.name
  25.  
  26. site MAIL.YOUR.DOMAIN
  27.     smtp
  28.  
  29. # This is really the mail gateway, but it works a bit like a feed, you MUST
  30. # change the gateway name and remove the '#' characters from the next two lines
  31.  
  32. #site mailgateway.site.name
  33. #    smtp
  34.