home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / VP2_BETA.LZH / VPBETA.DOC < prev   
Text File  |  1991-10-14  |  6KB  |  138 lines

  1. ConfMail with VPurge, V4.09f Beta, released 10/13/91.
  2.  
  3.  
  4. HISTORY
  5. =======
  6.  
  7. VPurge Beta, fixes -D 0 hang, V4.09f.286
  8. Released for testing 10/13/91
  9.  
  10.    To disable dupe checking entirely, import with -D 0 now.
  11.  
  12.  
  13. VPurge Beta, increases AREAS.BBS line length to 4096, V4.09f.284
  14. Released for testing 10/10/91
  15.  
  16. VPurge Beta, fixes stats crash/hang/brs/Traps, V4.09f.272
  17. Released for testing 09/29/91
  18.  
  19.    If no log environment string was defined, and a -F echolist was specified,
  20.    very bad things happened:  Big Red Switch hangs, Traps under DV or OS/2.
  21.    Still not sure about the statistics code, but its looking better now.
  22.  
  23.  
  24. VPurge Beta, fixes TFS flag kludge line in atch msgs, V4.09e.194
  25. Released for testing 07/14/91
  26.  
  27.  
  28. VPurge Beta, options Secure and Curmudgeon modes, V4.09e.190
  29. Released for testing 07/09/91
  30.  
  31.    Import/Toss/Fasttoss will only check packet addresses IF the -S secure
  32.    switch is present.  Offending packets will be renamed .BAD and a Netmail
  33.    message created to document this action.  If the -C and -S switches are
  34.    both present, then the offending packet is merely deleted, as the original
  35.    logic would have it.  If you run -S and get a .BAD left in your Inbound
  36.    area, to toss it merely rename it to *.PKT and invoke VPurge Toss without
  37.    the -S switch.
  38.  
  39.  
  40. VPurge Beta, saves mis-addressed packets as BAD, V4.09e.181
  41. Also cleans up a couple of TRAP conditions in the OS/2 version
  42. Released for testing 06/30/91
  43.  
  44. VPurge Beta with TFS in attach message V4.09e.178
  45. Released for testing 06/28/91
  46.  
  47. Do NOT pass this one around!  Graham's code is NOT stable.
  48.  
  49.  
  50. VPurge with Logging and Statistics V4.09d(1a)
  51. Enhanced by Graham J Stair (FidoNet 3:711/409.0)
  52. Released 23rd June 1991
  53.  
  54.  
  55. This version of VPurge has been enhanced to write out a log which
  56. contains import and export information, along with some messages. The
  57. main thrust was to get import/export messages detailed enough to
  58. at least match QMail's stats. As such the error logging is pretty poor,
  59. it is suffice to say that if you have a "perfectly" working VPurge system,
  60. you don't need the error messages. Over time the error reporting will be
  61. enhanced, and additional information will be added. For the moment it does
  62. everything I need.
  63.  
  64. One bug was fixed which was introduced with the 4.09 series. VPurge would
  65. not recognise my "echotoss.log" being created by MSGED V2.06c. This was
  66. due to VPurge expecting two "\r" (returns) at the end of each line
  67. containing an AREAS.BBS name. This has now been fixed, and 4.09's goal
  68. of matching AREAS.BBS names EXACTLY was maintained.
  69.  
  70. This release may NOT work on some DOS systems under the existing
  71. configuration due to the increased code causing a bigger EXE file, as well
  72. as using more memory to store the statistics. This is not a problem
  73. for the OS/2 users <hint, hint>.
  74.  
  75. To use the logging facility of VPurge, you need to set up an environment
  76. variable called VP.LOG or VP2.LOG. VP2.LOG will take precendence if both
  77. are defined.
  78.  
  79. Example..
  80.  
  81. SET VP2.LOG=c:\vpurge\vpurge.log
  82.  
  83.  
  84. At this point, whenever VPurge is run, it will log import/export
  85. information. This information includes (but is not limited too)...
  86.  
  87. .. start & end time of each import/export.
  88. .. archive name, address from, date and size being unpacked.
  89. .. packet name, address from, date and size being tossed.
  90. .. where the messages were tossed to.
  91. .. the number of duplicates found (dupes=).
  92. .. the number of messages that didn't pass security (sec=).
  93. .. where each export "sends" each message.
  94. .. summary of each import/export session.
  95. .. messages per second processed for each import/export session.
  96. .. the elapsed (et=) time of the import/export.
  97. .. the return code (rc=) of the import/export.
  98.  
  99. Here's an example...
  100.  
  101.   22 Jun 19:29:38 VP2  Import Begin disk[C]=9984kb free; rel=4.09d(1a);********
  102. + 22 Jun 19:29:39 VP2  Archive=[d:\file\8d0a0198.mo3] =========================
  103. + 22 Jun 19:29:39 VP2  Archive date=91/02/25 23:20:14; size=61722b;
  104. + 22 Jun 19:29:39 VP2  From=711/409;
  105. + 22 Jun 19:29:56 VP2  Packet=[.\c879ed01.pkt] --------------------------------
  106. + 22 Jun 19:29:56 VP2  Packed=91/02/25 12:42:10; size=171879b;
  107. + 22 Jun 19:29:56 VP2  From=3:711/409; to=3:30141/1; pcode=0x29; serial#=0x01;
  108. ! 22 Jun 19:30:08 VP2  Area=$Security$; added=1;
  109. + 22 Jun 19:30:08 VP2  Area=$NetMail$; added=2; size=4380b;
  110. + 22 Jun 19:30:08 VP2  Area=MUFFIN; added=21; size=26182b; dupes=0; sec=0;
  111. ! 22 Jun 19:30:08 VP2  Area=MAIL_XCHANGE; added=0; size=0b; dupes=0; sec=2;
  112. + 22 Jun 19:30:08 VP2  Area=OS2; added=66; size=67970b; dupes=0; sec=0;
  113. + 22 Jun 19:30:08 VP2  Area=OS2BBS; added=30; size=39598b; dupes=0; sec=0;
  114. + 22 Jun 19:30:08 VP2  Area=PEP; added=4; size=4684b; dupes=0; sec=0;
  115. + 22 Jun 19:30:08 VP2  Area=PS_2; added=3; size=2590b; dupes=0; sec=0;
  116. + 22 Jun 19:30:08 VP2  Area=RG54_SYSOP; added=2; size=3796b; dupes=0; sec=0;
  117. + 22 Jun 19:30:08 VP2  Area=WALRUS; added=25; size=26649b; dupes=0; sec=0;
  118. ! 22 Jun 19:30:08 VP2  Area=ZONE3_SYSOP; added=5; size=5710b; dupes=1; sec=0;
  119. * 22 Jun 19:30:09 VP2  I-Summary; msgs=158; dupes=1; sec=3; msgs/sec=5.2;
  120.   22 Jun 19:30:09 VP2  Import End disk[C]=9972kb free; rc=1; et=31;
  121.   22 Jun 19:30:11 VP2  Export Begin disk[C]=9972kb free; rel=4.09d(1a);********
  122. + 22 Jun 19:30:11 VP2  Area=MUFFIN; high=2; last=22;
  123. + 22 Jun 19:30:13 VP2  Area=OS2; high=2; last=67;
  124. + 22 Jun 19:30:16 VP2  Area=OS2BBS; high=2; last=70;
  125. + 22 Jun 19:30:22 VP2  Sent=69; to=3:711/409;
  126. + 22 Jun 19:30:22 VP2  Sent=69; to=3:711/409;
  127. + 22 Jun 19:30:22 VP2  Sent=69; to=3:711/409;
  128. + 22 Jun 19:30:22 VP2  Sent=69; to=3:711/409;
  129. + 22 Jun 19:30:22 VP2  Sent=69; to=3:711/409;
  130. + 22 Jun 19:30:22 VP2  Sent=69; to=3:711/409;
  131. * 22 Jun 19:30:24 VP2  E-Summary; msgs=414; msgs/sec=31.8;
  132.   22 Jun 19:30:24 VP2  Export End disk[C]=9956kb free; rc=0; et=13;
  133.  
  134.  
  135. Enjoy!
  136.  
  137. /gjs
  138.