home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / iosfix / iosfix.txt < prev   
Text File  |  1992-12-18  |  3KB  |  69 lines

  1.  
  2. IOSFix - By Bill Jones
  3. Version 1.0 Released on 30 Oct 1992
  4. Version 1.2 Released on 18 Dec 1992
  5.  
  6. As many people have noticed by now, IOSMail has many problems when it
  7. comes to delivering EchoMail on a timely basis.  Particularly I've
  8. noticed that it refuses to set any exported packets with the "Crash"
  9. flag unless you had crashed NetMail going to the same node.  I wrote
  10. this small program to fix the problem.  Simply run IOSFix in your batch
  11. files after IOSMail (at least, at any time IOS may end up exporting
  12. Echomail).  IOSFix scans your Binkley.Cfg for your outbound areas and
  13. scans them for "Normal" outbound files.  It then creates a matching Poll
  14. file to go with them.  IOSFix will not create a poll file if there's
  15. already CrashMail for that node.
  16.  
  17. In order to not make this a 50k program, a few assumtions had to be
  18. made.  If there's enough demand, I'll go add the extra code.  Right now
  19. I'll assume we're all halfway intellegent.
  20.  
  21. IOSFix MUST be in the same directory as Binkley.Cfg.  No ifs, ands or
  22. buts here.
  23.  
  24. IOSFix is domain aware, but only if your Domain and Address statements
  25. are set up correctly.  Your FidoNet address MUST be your default address
  26. (as in the one that's listed FIRST in your Binkley.Cfg).  Also, you must
  27. specify full 5-D Address lines.
  28.  
  29. In other words:
  30.      1:231/370.0@Fidonet     is correct.
  31.      1:231/370@Fidonet       isn't because the point number is missing.
  32.  
  33. Please make sure you've made these adjustments to your Binkley.Cfg
  34. before running IOSFix or it will become confused.
  35.  
  36. An added side benefit - Prepare-Poll statements in your IOSMail.Cfg now
  37. work with the help of this program.  Ain't that great!
  38.  
  39.                                                The dedicated STer...
  40.                                                      Bill Jones
  41. -------------------------------------------------------------------------
  42. Changes from Version 1.0 -> 1.2
  43.  
  44. Removed 5-D limitation and added "PrivateNet" support.  You now don't
  45. have to specify your point number in your Address lines if you're
  46. point 0 (the boss node).  Point 0 is asssumed for all lines not containing
  47. a point number.  Points are now supported directly through their "PrivateNet"
  48. number, for help with .FLO files (see below).  See BinkleyTerm docs for
  49. how to specify your pointnet number on your Address line.
  50.  
  51. Removed "FidoNet First" limitation.  IOSFix now will support any domain as
  52. your primary address.  I've not been able to extensively test this, because
  53. I'd have to heavily modify my outbound directories.
  54.  
  55. IOSFix now converts the "old" format .FLO files to IOSmail's method.  This
  56. works for .HLO,.CLO,.DLO and .FLO files.  The conversion is transparent and
  57. requires no changes in configuration.  I added this feature because STick
  58. still generates the older format.
  59.  
  60. IOSmail's Hold-to-Poll doesn't work for .HFT files.  IOSFix will now perform
  61. this conversion for you if you specify node numbers on the command line.
  62. The files don't have to exist at the time, specifying node numbers simply
  63. causes IOSFix to search for them and convert if possible.  I did this so
  64. you can put files on hold with STick, then convert them to crash when you'd
  65. like to actually send them.  Node numbers specified on the command line must
  66. contain at least Zone information, as in zz:nnn/yyy.  zz:nnn/yyy.ppp also
  67. works.
  68. ---------------------------------------------------------------------------
  69.