home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / news / sysadmin / 1132 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  1.8 KB

  1. Xref: sparky news.sysadmin:1132 news.software.b:2581
  2. Newsgroups: news.sysadmin,news.software.b
  3. Path: sparky!uunet!uunet.ca!canrem!telly!robohack!becker!bdb
  4. From: bdb@becker.GTS.ORG (Bruce Becker)
  5. Subject: Re: Feeding via mail
  6. Message-ID: <1992Jul21.035111.10040@becker.GTS.ORG>
  7. Organization: G. T. S., Toronto, Ontario
  8. References: <1992Jun29.182912.20362@geovision.gvc.com> <1992Jul3.020017.27768@becker.GTS.ORG> <BRENDAN.92Jul7201129@betty.cs.widener.edu>
  9. Date: Tue, 21 Jul 1992 03:51:11 GMT
  10. Lines: 52
  11.  
  12. In article <BRENDAN.92Jul7201129@betty.cs.widener.edu> brendan@cs.widener.edu writes:
  13. |In article <1992Jul3.020017.27768@becker.GTS.ORG> bdb@becker.GTS.ORG (Bruce Becker) writes:
  14. |       The basic structure for news via email is
  15. |       to make a "mail-site" sender module which
  16. |       uuencodes the batch & sends it to an email
  17. |       address at the target site.
  18. |
  19. |I haven't heard of many (any?) sites doing it like this; why uuencode text?
  20.  
  21.  
  22.     Because news batches are normally compressed.
  23.  
  24.  
  25.     Actually the "bencode" which comes with news
  26.     is more efficient in packing than "uuencode".
  27.  
  28.  
  29.     The total amount of effort to implement this
  30.     for both sending & receiving sides is trivial
  31.     for reasonably experienced newsadmins. Here's
  32.     a C news+Sendmail example but other tools are
  33.     generally as easy...
  34.  
  35.  
  36.  
  37.     Sending site:
  38.  
  39.  
  40. [$NEWSCTL/batchparms]
  41. # site         size    queue    builder        muncher        sender
  42. # ----        ------    -----    -------        -------        ------
  43. sitex        999999      999    batcher        compb        mail-sitex
  44.  
  45.  
  46. [$NEWSBIN/batch/mail-sitex]
  47. mail recenews@sitex
  48.  
  49.  
  50.  
  51.     Receiving site:
  52.  
  53.  
  54. [/usr/lib/aliases]
  55. recenews:    "|/usr/lib/newsbin/input/recenews"
  56.  
  57.  
  58.  
  59. -- 
  60.   ,u,     Bruce Becker            Toronto, Ontario
  61. a /i/     Internet: bdb@becker.gts.org    Uucp: ...!web!becker!bdb
  62.  `\o\-e     \*/*\*/*\*/*\*/*\*/*\*/*\*/*\*/*\*/*\*/*\*/*\*/*\*/*\*/
  63.  _< /_     "Awaken the Geek Within" - Anthony Robot
  64.