home *** CD-ROM | disk | FTP | other *** search
/ The Elite Hackers Toolkit / TheEliteHackersToolkitVolume1_1998.rar / HACKERS.BIN / appcraks / SPLITUPC.ZIP / SPLITUPC.DOC next >
Text File  |  1998-01-26  |  4KB  |  109 lines

  1. splitupc.exe version 2.0                Jan 26, 1998
  2.  
  3. For MS-DOS or Windows95 machines - perhaps even WindowsNT, running
  4. UUPC/Extended and Waffle.  Waffle not required, but that's what it's
  5. made for.
  6.  
  7. Written with Turbo Pascal 6.
  8.  
  9. Created for the purpose of splitting UUPC/Extended style mailboxes,
  10. which contain a series of 20 control-A's followed by a linefeed,
  11. into a format Waffle newsreaders like.
  12.  
  13. It will sequentially number the files, and will not overwrite
  14. an existing file.
  15.  
  16. Example:
  17. A uupcmailbox containing e-mail from a mailing list will be in a
  18. file... oh, let's say it's called WAFFLE.SPB.  If the file contains
  19. 17 messages...
  20.  
  21. SPLITUPC WAFFLE.SPB
  22.  
  23. will result in files like:
  24. 1
  25. 2
  26. 3
  27. 4
  28. 5
  29. 6
  30. 7
  31. 8
  32. 9
  33. 10
  34. 11
  35. 12
  36. 13
  37. 14
  38. 15
  39. 16
  40. 17
  41.  
  42. Each file will contain one message from the mailbox, in plaintext
  43. format.
  44.  
  45. You will be then able to MOVE then to the appropriate news directory
  46. that you have created, such as:
  47. c:/news/waffle
  48.  
  49. and the Waffle newsreader (or RNR or other appropriate newsreader
  50. which enjoys Waffling) will read these mails as if they are part
  51. of a newsgroup.
  52.  
  53.  
  54. **********
  55. Note: This is also good if you just want to explode your UUPC mailbox
  56. and manage each e-mail separately without having to go in and save
  57. each one separately.
  58.  
  59. **********
  60.  
  61. I created this from the original code from SPLITMAI (which does the
  62. same thing but splitting Waffle mailboxes) because I now receive
  63. my UUCP feed over a TCP/IP connection (contact dlr@bungi.com if you
  64. want a free UUCP feed - one of the few left in the world it seems, and
  65. it is marvelously generous of Dave to do this), and as hard as I
  66. searched, I could not find a drop-in replacement for Waffle's UUCICO
  67. which handles UUCP over TCP/IP.
  68.  
  69. In fact, I could only find two programs that would.  One, called
  70. DMAILWIN, is from 1994 and written for Windows 3.1, which I didn't
  71. want to chance w/Windows95.  The only other one I found was
  72. UUPC Extended 12u, the WindowsNT version.  It so happens that this
  73. 32-bit version not only loves Windows95 just fine, but it *also*
  74. does UUCICO over a TCP/IP, and does a marvelous job of it.
  75.  
  76. I'm currently setting up a BBS again (New Jersey Rational Mystics BBS,
  77. 1-908-241-8528) after a long hiatus, and I'm a little tired of a
  78. local-long distance charge for Juno, plus the limitations of it, albeit
  79. it is otherwise a wonderful service.  I also am on AOL for family
  80. reasons (and financial as well) otherwise I could have gone an easier
  81. route....  anyhow, I want to provide my callers with:
  82. 1) an e-mail address and
  83. 2) usenet news
  84.  
  85. and as many BBS softwares I looked at, nothing compares to the blissful
  86. simplicity of Waffle.  It may annoy some folks in this area that I
  87. will not be able to provide them with BlueWave packets (and I am
  88. uncertain whether or not WAFD100 - the QWK door for Waffle 1.64 -
  89. works under 1.65 or not), but I *will* be happily using SOLAR .953
  90. and compelling anyone who wants any heavy mailing list use or newsgroup
  91. use to download wonderful programs like YARN 0.91, etc for this
  92. purpose, as SOUP packets are wonderful.
  93.  
  94. I also miss them myself, not having been on a real ISP since '94 or so,
  95. and I'm tired of playing around with proportional fonts, mono-spaced
  96. fonts, fonts here, fonts there, meeses and mices, and want to just get
  97. back to reading my e-mail in a text interface (Yarn in my case), and
  98. this insane
  99. AOL <--> bungi.com <--> UUPC/Extended <--> SPLITUPC <--> Waffle <-->
  100. solar <--> Yarn combination is the best way for me to *simplify* my
  101. e-mail and newsgroups.  Once it's fully set up that is :-)
  102.  
  103. Anybody silly enough to try this route, I'll be happy to give a
  104. hand if I can, although I'm quite lazy when it comes down to it.
  105.  
  106. Kenneth Udut
  107. kudut@mystics.bungi.com, kudut@juno.com, orthodoxy@aol.com
  108. January 26th, 1998
  109.