home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / au1_os2.zip / FEEDS.U1 < prev    next >
Text File  |  1995-03-07  |  2KB  |  71 lines

  1. ;
  2. ; Please read docs for complete description of this stuff.
  3. ;
  4. ; Format:
  5. ;
  6. ; Host[/Alias[,Alias...]]    mode [/option] [-option] groups
  7. ;
  8. ; Host: Either uucp host name, domain name or address, as
  9. ;       required by delivery scheme
  10. ;
  11. ; Alias: alternative name of host to check path for. If no one defined,
  12. ;        path is checked for host name only. If alias[es] defined host
  13. ;        name is ignored.
  14. ;
  15. ;        NB!
  16. ;     You MUST define some (maybe empty) alias for viafilt mode,
  17. ;        otherwise path will be compared with the name of filter program.
  18. ;
  19. ; Mode: one of viauux, viamail, viafilt
  20. ;
  21. ;   viauux              - uux host!rnews <batch
  22. ;   viamail             - rmail host <batch
  23. ;   viarsh              - rsh host -b rnews <batch
  24. ;   viafilt             - host <batch 
  25. ;                       (Here program name must be given instead of host name)
  26. ;
  27. ; Options: 
  28. ;   -batch              - Batched only;
  29. ;   -comp12             - Batched & compressed, 12 bits;
  30. ;   -comp16             - Batched & compressed, 16 bits.
  31. ;   -codetab=tab_name   - Code conversion table name
  32. ;   -snews=via-host     - modifies viauux to do uux via-host!snews host <batch
  33. ;   -lines              - add "Lines:" headline. (Resource hog!)
  34. ;
  35. ; Groups: Space-separated list of newsgroups to feed. Wildcard ('*')
  36. ;         are allowed in rightmost position. (In any position, in fact :)
  37. ;
  38.  
  39. ;
  40. ;    Examples
  41. ;
  42.  
  43. ; For use with KIAE newsserver, UUPC/* 3.0-4.07
  44. ; Needs no -codetab parameter since UUPC/* sendmail does code
  45. ; conversion by itself.
  46. ;
  47. ; (this one is in action! comment out if you don't need it!)
  48. ;
  49. newsserv@kiae.su viamail *
  50.  
  51. ; Same, but UUPC/ext 1.11 or Waffle
  52. ; Assumed that this host represents itself as 'kiae' or 'relcom'
  53. ; in path headline
  54. ;newsserv@kiae.su/kiae,relcom viamail -codetab=CP866-KOI8 *
  55.  
  56. ; ViaUux, batched - UUPC/ext or Waffle
  57. ;kiae viauux -batch -codetab=CP866-KOI8 *
  58.  
  59. ; ViaUux, batched & compressed (use with caution, not fully tested!)
  60. ;kiae viauux -comp12 -codetab=CP866-KOI8 *
  61.  
  62. ; If you have FTP PCTCP installed: feed via TCPIP to Unix machine 'daisy'
  63. ;daisy viarsh -batch -codetab=CP866-KOI8 *
  64.  
  65. ; Via your own program called 'sendnews.exe', batched
  66. ; Note empty alias list included. Without it all articles that have
  67. ; 'sendnews' in path will not be passed to this filter.
  68. ;sendnews/    viafilt -batch               *
  69.  
  70.  
  71.