home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PPPBCKP / PPP15B99.ZIP / CHANGES.DOC next >
Text File  |  1999-01-30  |  87KB  |  1,955 lines

  1. Beta-99
  2.  
  3.     - Extended the length of POP TOP to 100 lines identify bounced net packets
  4. with long headers added during the bounced mail session.
  5.  
  6.     - Added MDaemon to the list of "bounced" message originators to account
  7. for MDaemon's originating address convention.
  8.  
  9.     - Suppressed error message during SENT\ message creation when outbound
  10. posts were destined for newsgroups (not email).
  11.  
  12.     - Changed originating domain/hostname to reflect "filenet.wwiv.net" from
  13. (previously "filenet.ml.org").
  14.  
  15.     - Changed multitasker detection routines to detect OS/2 Warp, Windows 98
  16. and others more accurately.
  17.  
  18.     - Fixed a character string length problem when parsing NODEPASS in NET.INI.
  19. Didn't seem to affect anything, but thanks to Ninja for pointing it out.
  20.  
  21. Beta-98
  22.  
  23.     - Now cleans up the M<subtype>.TMP files created when adding/removing
  24. mailing list subscribers.
  25.  
  26.     - Recompiled with BC31 to clear up CONTACT.NET update problems.
  27.  
  28.     - Removed file-sharing code from PPPUTIL.  Added during troubleshooing in
  29. Beta-95, but problem turned out otherwise.  Never needed them, so removing the
  30. overhead.
  31.  
  32. Beta-97
  33.  
  34.     - Relaxed the comparison for matching the subscriber file on mailing lists.
  35. A match against the originator's reduced address ("user@somewhere.com") will
  36. also match the subscriber.
  37.  
  38.     - Fixed bug where requests for mailing lists (Subscribe LISTS) weren't
  39. removed after processing... been there forever, but just surfaced because of
  40. revised list validation processing.
  41.  
  42.     - Fixed bug where posts for a subscribed (not hosted) mailing list were
  43. being rejected as invalid.
  44.  
  45. Beta-96
  46.  
  47.     - Added a feature to save outbound copies of sent user mail in the SENT
  48. directory (up to 9,999 messages).  No copies of outbound posts are saved.
  49.  
  50.     - Fixed something I broke in B-95 so it now picks up all inbound messages
  51. from SPOOL on a single run, rather than waiting for the next processing.
  52.  
  53.     - Fixed the NOLISTNAMES=Y switch I also broke in B-95 (by bypassing screen
  54. output and, in doing so, not determining whether that switch was set!)
  55.  
  56.     - Fixed the check sender against mailing list subscribers so it now will
  57. reject posts from non-subscribers (stored as INBOUND\CHK*.MSG).
  58.  
  59. Beta-95
  60.  
  61.     - Added a check for duplicate newsgroup looping during the creation of the
  62. NEWSRC file.  Apparently, something out there doesn't send the normal, RFC
  63. type of end of transaction signals, so this catches that.
  64.  
  65.     - Fixed the mailing list tagline phenomenom, thanks to Weatherman.  The
  66. loop was retaining the alphasubtype variable after first processing a mailing
  67. list message and applying that to all subsequent messages in the run.
  68.  
  69.     - First stab at a "gas gauge" type of progress meter for outbound SMTP
  70. using Zu's code.  It's not perfectly linear, but it should provide a good idea
  71. of total transfer times and progress.
  72.  
  73.     - For Eileen Stone:  I think I have the chunk-ing code working properly, so
  74. posts to a mailing list should be imported properly now!  We may need to tweak
  75. the MIME detection settings as we progress, though.
  76.  
  77. Beta-94
  78.  
  79.     - Compiled under BC45 to eliminate the stack issues identified by "Unable
  80. to update CONTACT.NET!" and other warnings.
  81.  
  82.     - Added a secondary loop exit to the saveactive() routine to see if that
  83. fixes reported problem with infinite looping after newsgroup list received.
  84.  
  85.     - Ensured the default tagline file is used in each iteration of the export
  86. loop to address problems going from special tagline files during runtime.
  87.  
  88. Beta-93
  89.  
  90.     - Fixed a typo on a filename that may have caused things to fail in some
  91. multi-net configurations.
  92.  
  93.     - Bug fixes to WATTCP PCTCP.C should address some SMTP sending problems.
  94.  
  95.     - Now deletes duplicate packets on the server rather than downloading to
  96. INBOUND\DUP*.*.  This was the original intent of the duplicate check, after
  97. the routines had a chance to prove themselves!
  98.  
  99.     - NTIME now exits entirely if a time server connection fails.  This
  100. precludes the potential for bogus date values being set to the system clock.
  101.  
  102.     - Fixed bugs with failed/aborted SMTP transfers causing sharing violations
  103. and such.  The file pointer check was backwards, the target directory was wrong
  104. ("BAD" versus "FAILED") AND the unlink() directive was incorrectly nested!
  105.  
  106.     - Added a string conditioning call to received newsgroup names during
  107. NEWSRC creation to see if that addresses Crimson's problem.
  108.  
  109.     - Added some returns to the NEWS logging output to clarify output.
  110.  
  111. Beta-92
  112.  
  113.     - New: Added PRIMENET flag to [NETWORK] block in NET.INI.  When defined,
  114. POP sessions are initiated only on the defined network.  For example:
  115.  
  116.         PRIMENET = FILEnet
  117.  
  118. will allow POP retrieval only when calling FILEnet nodes.  This is to prevent
  119. DEAD.NET packets with systems using older versions.
  120.  
  121.     - Fix: "Subject:" keyword on digest mailing lists was missing.
  122.  
  123.     - Fix: "Multiple recipients of list xxxx" recipient was duplicated on
  124. outbound mailing lists.
  125.  
  126.     - Fix:  Signature files should now work properly and support alphanumeric
  127. subtypes (not just numeric).
  128.  
  129.     - Fix: 'QUIET' mode in [NEWS] now suppresses most screen output.
  130.  
  131.     - New:  Checks for Internet Rex Fidonet flag in "X-Mailer" header and
  132. leaves these messages in SPOOL\ directory (processed by external programs).
  133.  
  134. Beta-91
  135.  
  136.     - Recompiled with Borland C++ v3.1 versus v4.52, yielding approximately
  137. 25K more runtime memory.  This may help on low memory situations, such as
  138. under Win95.
  139.  
  140.     - Added QUIET=Y/N switch to the [NEWS] block.  This is the beginning of a
  141. streamlined interface for news retrieval.  My particular use at this time is
  142. for a "stealth" mode during retrieval, where subjects are not displayed.
  143.  
  144.     - Added "digest" mode to hosted mailing lists.  By adding DIGEST=Y under
  145. the [MAILLIST] tag in NET.INI, all posts from a day will be collected and sent
  146. as a single message the following day.
  147.  
  148.     - Added support for FIW (or, possibly, other Fido-type Internet engines).
  149. FIWPKT.TXT in the FILENET\ directory must contain the subject strings you wish
  150. to find and skip.  FIW messages will be left as FIW*.* in FILENET\INBOUND.
  151.  
  152. Beta-90
  153.  
  154.     - Changed support address to edare@home.com... will be dropping the Netcom
  155. account here sooner or later in favor of the @Home cablemodem!
  156.  
  157.     - Now works properly for networks using only a single ADDRESS.NET (versus
  158. ADDRESS.<group> as used in FILEnet, which will still work normally).
  159.  
  160.     - Untested code to support multiple networks.  The net name is prepended
  161. to the packet and checked during decode.  If matched to a different network,
  162. the P*.NET packets are created in the appropriate network directory.
  163.  
  164.     - Now moves failed SMTP transfers to MQUEUE\FAILED\<filename> to eliminate
  165. repeated transfer attempts.  SMTP errors 550, 551, 552, 553 and 554 are moved,
  166. which should satisfy most addressing errors (and not lost carrier, etc.)
  167.  
  168.     - Added support for a non-transparent proxy (such as under Wingate).  POP
  169. account builds as "user#realhost@proxyhost".  Only needed when the address is
  170. different with the proxy.  Transparent proxies are defined normally.
  171.  
  172.     - Moved some NET.INI parsing directly into POP, as the commandline grew to
  173. an excessive length with all the additional options.  This removed any backward
  174. compatibility for mismatched POP and NETWORK executables.
  175.  
  176.     - Reworked time-slicing and multi-tasker detection code using more compact
  177. routines (and it seems to work better).
  178.  
  179.     - Added a check for the from address against the subscriber list before
  180. allowing a post to a hosted mailing list.  Posts that originate from a user
  181. that is not in the subscriber list will end up in files called CHK-xxx.MSG.
  182.  
  183.     - Added the "from" address as a compare for determining is posts are
  184. from a subscribed mailing list.
  185.  
  186.     - Increased the length of the POP name and password variables from 20
  187. characters to 40.
  188.  
  189.     - Fixed a problem where messages would end up on the wrong sub if the
  190. system hosted more than one mailing list from a separate POP account
  191.  
  192.     - Fixed a message that would appear for an ill-formatted return address
  193. that could cause the program to crash.
  194.  
  195.     - Added MIME identification for all outgoing messages as either UUE for
  196. network packets, or plain text for all others.  Some ISPs or mail readers would
  197. not process messages without this MIME header.
  198.  
  199.     - POP now deletes messages that are partially downloaded then aborted
  200. (for example, in the case of a timeout).  This keeps bad packets (with a
  201. missing 'end') from showing up in checknet, or ending up in the postmaster
  202. account.
  203.  
  204.     - Time of last connect is now updated only after a successful connect,
  205. rather than when pending packets are encoded for a system.
  206.  
  207.     - Changed the compile to use the '-r-' directive only for the programs
  208. which use the WATTCP libraries (POP, NEWS and NTIME).
  209.  
  210. Beta-89
  211.  
  212.     - Repositioned a sock_tick() call after the last line of an SMTP transfer,
  213. hopefully addressing recent ISP changes which prohibit fragmented packets.
  214.  
  215.     - Made allowance for MIME-type messages which are really plain text using
  216. RFC-1521 standards, e.g. Content-Type of "text/plain", "text/enriched", etc.
  217. This will allow 32K+ messages from MSIE/Mozilla to be imported as sub posts.
  218.  
  219.     - Recompiled under BC31 using the '-r-' compiler parameter (supress
  220. register variables) as recommended by the WATTCP author.
  221.  
  222.     - Now recycles invalid subscriber requests to mailing lists as normal mail
  223. into the BBS, rather than leaving them as INBOUND\SUB*.BAD.
  224.  
  225.     - Fixed a bug which would cause the 'newsrc' listing to be retrieved as a
  226. regular newsgroup instead of incrementing the group number.
  227.  
  228.     - Added "NOWATTCP" to NET.INI.  If NOWATTCP=Y, the existing WATTCP.CFG
  229. configuration file is left intact.  The default is 'N', which means it will be
  230. rewritten on each run.
  231.  
  232.     - Fixed a bug for autorequesting mailing lists with "Subscribe LISTS" and
  233. added some additional error checking to subscribe/unsubscribe requests to
  234. valid filenames, etc.
  235.  
  236. Beta-88
  237.  
  238.     - No functional/cosmetic changes.  Recompiled with different makefile
  239. compiler options to see if they address the "Unable to access NET.LOG" errors.
  240.  
  241. Beta-87
  242.  
  243.     - Added a new check for bounced messages to include the "postmaster" at
  244. AT&T Worldnet.  This should address the recent change to their mail program
  245. which bounces messages but makes them appear as new.
  246.  
  247.     - Made a change to the way POP.EXE does its argument parsing to try to
  248. get rid of the crashing or "skipping mailbox check" problems that cropped up
  249. when the ACCT.INI processing was added.
  250.  
  251.     - More changes were done to the From: logic to make sure that outbound
  252. messages are addressed properly.
  253.  
  254.     - Added more checking for subscribed mailing lists.  Will now properly
  255. detect the owner of mailing lists that have a text description after the
  256. From: field and the actual owner address on the following line.
  257.  
  258.     - EXP now uses the message-id to identify messages that have been
  259. returned from mailing lists, so that they don't appear on the sub when they
  260. are sent back out from the listserv host.
  261.  
  262.     - Added support for unique pop accounts for hosted mailing lists.  The
  263. entries in ACCT.INI are similar to those for a user.  For example, for a
  264. HUMOR user list with an account name of wwiv-humor@usa.net, the entries would
  265. be:
  266.  
  267. ACCT-HUMOR = wwiv-humor@pop.netaddress.com password
  268. LIST-HUMOR = wwiv-humor@usa.net
  269.  
  270.     - Cosmetic changes to TERMIN.COM to integrate better with the MOREINFO=N
  271. display.
  272.  
  273.     - Removed redundant call to compact message ID database after each POP host
  274. when checking multiple mailboxes.
  275.  
  276.     - Expanded commandline parsing for do_spawn() routine.  This was to
  277. accommodate lengthened commandlines on POP which may have been lost during the
  278. spawn process.
  279.  
  280. Beta-86
  281.  
  282.     - Added PPPD.ZIP as an alternative to KlosPPP.  This driver seems to be
  283. more stable and also supports PAP/CHAP authentication.  Extract PPPD.ZIP to
  284. the BBS main directory and run PPPDCFG to configure your scripts.  Then add
  285. the following to NET.INI in the [GENERAL] section:
  286.  
  287.         DRIVER = PPPD
  288.  
  289.     - Fixed broken PURGE routine which hadn't worked since I moved the function
  290. into PPPUTIL with Beta-82 or so!
  291.  
  292.     - Fixed a bug where the "From:" header field was skipped when a post was
  293. originated by a user with an address defined in ACCT.INI.
  294.  
  295. Beta-85
  296.  
  297.     - Added support to suppress mailing list recipients from the distribution
  298. list.  Add the following to NET.INI, under the existing MOREINFO parameter:
  299.  
  300.         NOLISTNAMES = Y
  301.  
  302. When set, the recipient address received by all mailing list participants is
  303.  
  304.         To: "Multiple Recipients of Mailing List XXXXX" <yourname@domain.com>
  305.  
  306. where 'XXXXX' is the name of the mailing list and your account is within the
  307. focus for name and domain.
  308.  
  309.     - Fixed bug where it creates outbound messages to a mailing list when no
  310. entries exist in M<subtype>.NET.  The message is now suppressed if no one is
  311. subscribing to the list.
  312.  
  313.     - Added support for //BOARDEDIT "Anony" setting.  If the sub is set to use
  314. "Real Name" or "Alias", the corresponding value from the USER.LST is used.  If
  315. set to "Forced" (forced anonymous), the message is created:
  316.  
  317.         From: "Anonymous" <user@wwivbbs.org>
  318.  
  319. and all obvious markings to identify the user or system are removed.  (Note:
  320. This is *not* a foolproof way to avoid identification -- there are many other
  321. values with which one can identify your newsgroup posts!)
  322.  
  323.     - Removed the routine which creates/modifies WATTCP.CFG from the NETWORKP
  324. executable.  NETWORKP now assumes your WATTCP.CFG is accurate (i.e. contains
  325. correct DNS, IP address, etc.).
  326.  
  327.     - Fixed realname/alias toggle when sending outbound messages (broken in
  328. B-83+ when the ACCT.INI processing routine was added).
  329.  
  330.     - Moved all passes for POP checks (standard NET.INI configuration, accounts
  331. contained in ACCT.INI and the filenet.ml.org server) into POP, so just a single
  332. call occurs inside NETWORK.
  333.  
  334. Beta-84
  335.  
  336.     - Compiled under BC3.  I'll use BC45 as an internal yardstick.  If it runs
  337. under BC45, it should run under a BC3-compile (which yields more memory).
  338.  
  339.     - Fixed logic on mail list subscriber response which removed the user from
  340. the list but sent a response saying they had been subscribed (versus removed).
  341.  
  342.     - Fixed the display of the detected operating system under OS/2 Warp.  Had
  343. played with something there at one point and forgot to fix it before release!
  344.  
  345.     - Fixed a wierd quirk where commandline arguments weren't getting nulled
  346. before another external program was spawned.
  347.  
  348. Beta-83
  349.  
  350.     - Fixed so that outgoing newsgroup posts from users with a defined USERx
  351. account (in ACCT.INI) have a reply-to address from the defined account, rather
  352. than the BBS account.  Users may now post in newsgroups with their own address.
  353.  
  354.     - Tweaked the POP checking code to nail down bugs reported when checking
  355. mailboxes under Win95.
  356.  
  357. Beta-82
  358.  
  359.     - Rewrote SMTP transfers in a much smarter way.  Now maintains a positive
  360. control of the process from a main calling routine, so it can detect and
  361. respond to lost carrier or other SMTP failure conditions properly (even if the
  362. Klos drivers try to keep things open with retries).  It may sometimes take a
  363. couple minutes, but it won't lock up and eventually cycles back to where it
  364. belongs.
  365.  
  366.     - Invalid subscriber requests (those addressed to an invalid list name) are
  367. now saved as SUB*.BAD in the INBOUND directory.  This will allow you to fix the
  368. problem, rename it to SUB*.UUE and process it normally.
  369.  
  370.     - Added a new flag to NET.INI to trigger updating the NEWSRC file each
  371. news connection.  By default, this is turned off.  If you wish to receive new
  372. newsgroups each call, add:
  373.  
  374.         NEWSRC_UPD = Y
  375.  
  376. to the [NEWS] portion of NET.INI.
  377.  
  378. Beta-81
  379.  
  380.     - Fixed a problem which caused POP to crash immediately after loading, if
  381. there was no mail to send.  This was because the WATT.LIB (for Waterloo socket
  382. library) was compiled with BC3 versus BC45, and it only manifested itself under
  383. Windows 95... probably to do with obsolete functions like _creat() and _open().
  384. Strangeness!
  385.  
  386. Beta-80
  387.  
  388.     - Happy New Year!
  389.  
  390.     - Fairly radical changes, including a return to BC 4.52 for compile.  Now
  391. includes PPPUTIL.EXE which must be placed in the BBS main directory.  This file
  392. contains "utility" functions used by the program which didn't need to be in the
  393. NETWORK.EXE, including log trimming, purging, etc.
  394.  
  395.     - Moved all the new ACCT/USER features into POP (where they belonged in the
  396. first place!)  This freed up heap in NETWORK, which was getting overloaded.
  397.  
  398.     - Rewrote the WATTCP.CFG creation routines so it honors non-standard
  399. gateways and variable-length subnetting, which PPPWAT pulls directly from the
  400. PPP session layer.  This should allow it to run under very odd circumstances.
  401.  
  402.     - Fixed a bug in NEWS which caused it to think '1' was less than '12' when
  403. determining the month in updating NEWSRC.  Would've only noticed on New Year's
  404. Day, naturally! :)
  405.  
  406. Beta-79
  407.  
  408.     - Fixed a typo in UU which caused the program not to find the extended
  409. description file (*.EXT) associated with a directory.
  410.  
  411.     - Reworked the SMTP transfer routines to control looping and aborted
  412. transfers a bit better.  It should now abort and exit cleanly upon loss of
  413. carrier or forced aborted transfers.
  414.  
  415.     - Eliminated duplicate message check, FDL and other non-sysop routines for
  416. BBS user-specific (ACCT) mail.  This ensures the user gets everything destined
  417. for him, even if the sysop also receives it.  User-based hosted mailing lists
  418. are still supported, however.
  419.  
  420.     - Rewrote user account check routine.  To check additional mailboxes now,
  421. create a file named ACCT.INI in the FILEnet directory.  The format of this file
  422. is the same as before, i.e.
  423.  
  424.         ACCTx = userid@pophost password
  425.         USERx = userid@domain
  426.         USERy = another@somewhere
  427.         USERz = jdoe@another
  428.  
  429.     - Fixed a problem with autosubscription to hosted mailing lists where the
  430. CR/LF was removed from each entry whenever someone subscribed or was removed
  431. from the list.
  432.  
  433.     - Changed the MAKEFILE to duplicate earlier (working) versions.  Added back
  434. some stack to NETWORK.EXE to get around problems updating CONTACT.NET/NET.LOG
  435. after program completion.
  436.  
  437. Beta-78
  438.  
  439.     - Now sends an SSM to sysop when a system subscribes to or removes themself
  440. from a hosted mailing list.
  441.  
  442.      - Added support for issuing a list of hosted mailing lists in response to
  443. a message with:
  444.  
  445.         Subject: Subscribe LISTS
  446.  
  447. A text file describing your available lists named MAILLIST.TXT must be in the
  448. GFILES directory or else an error is returned to the requestor.
  449.  
  450.     - Relocated a check for subscribe requests so it didn't rely upon finding
  451. a good name first.  This will ensure better success rate for automated requests
  452. to subscribe to hosted lists, notably when the Subject line appears after the
  453. From line (unusual, but it happens!)
  454.  
  455.     - Added support for checking multiple mailboxes.  There are actually two
  456. distinct elements to this, the POP account information (the ACCT field) and the
  457. user's reply address (the USER field).  This method will allow a BBS user to
  458. maintain an independent Internet mailbox.  Below POPPASS in NET.INI, create
  459. entries using the following example:
  460.  
  461.         ACCT7 = freid@pop.erols.com secret
  462.         USER7 = freid@erols.com
  463.         USER123 = jdoe@somewhere.com
  464.         USER456 = msmith@elsewhere.com
  465.  
  466. In this example, the program checks the mailbox "freid" on "pop.erols.com" with
  467. a password "secret" (the ACCT7 line).  Mail received from this account is sent
  468. to user #7 (ACCT7) on the BBS.  In addition, outgoing mail from users #7, #123
  469. and #456 (USER7, USER123 and USER456) will use the indicated return address as
  470. opposed to the standard, BBS return address.
  471.  
  472.     - Moved routine for chunking >32K messages so they're picked up immediately
  473. after receipt, rather than being moved to SPOOL and not found until the next
  474. callout.
  475.  
  476.     - Rewrote routine which removes high ASCII and control characters from
  477. newsgroup messages and subjects.  Previous routine was causing occasional
  478. problem overflowing character buffer (causing some wierdness).
  479.  
  480.     - Now searches the top 1,000 lines of an UNK*.MSG (standard mail) to see
  481. if it's a MIME-encoded message.  This will prevent chunking large messages
  482. into small emails if it's an encoded file.
  483.  
  484.     - Message-IDs are now added to the duplicates database only after
  485. successful receipt of the message.  This will prevent a DUP*.* packet which is
  486. really the first completed receipt.
  487.  
  488.     - Added initial hooks for global FILEnet mail server.  Account address is
  489. built upon node number, e.g. n1160@filenet.ml.org, n221@filenet.ml.org, etc.
  490. To activate, add the following to NET.INI below the existing POPPASS keyword:
  491.  
  492.         NODEPASS=<assigned account password>
  493.  
  494. We will be issuing passwords for these accounts, which are independent of other
  495. defined accounts, as the service becomes available.
  496.  
  497. Beta-77
  498.  
  499.     - Relocated a close to a file pointer and a findnext() call in smtp_sendf()
  500. to prevent looping on the same message, if rejected for any reason.  (Came to
  501. light trying to send large messages through a host which would accept them!)
  502. True failures (socket problems) will continue on a second attempt.
  503.  
  504.     - Finally (thanks for your patience, Eileen!) splits received mail larger
  505. than 32K into chunks for import.  This includes both user-to-user mail or mail
  506. destined for hosted mailing lists.  It skips messages which can be clearly
  507. identified as encoded files, i.e. UUE and Base64, on the assumption these are
  508. harder to handle when imported in chunks.  Perhaps a future enhancement will
  509. include handling (decoding) these externally.
  510.  
  511.     - Suppressed the search for username match for ListServe-type mailing lists
  512. (identified by the "To: Multiple recipients of mailing list ....") or when no
  513. username is found in the message.
  514.  
  515.     - Added routine to check for duplicate mail and packets by maintaining a
  516. database of received Message-IDs.  If the ID exists in the database, it's
  517. marked as a duplicate to preclude reprocessing.  This is useful if you have
  518. connection problems during transfers (before the mailbox is updated).  The
  519. maximum entries in the database is 1,000, and the database is compacted to 500
  520. entries when you exceed that.  Therefore, at least the most recent 500 messages
  521. will always be compared.  To make this more effective, a unique Message-ID is
  522. now included on outbound net packets, composed using the packet name.  This
  523. prevents all duplicate net packets, caused by either send or receive problems.
  524.  
  525.     - Added additional logging to all modules.  The contents of the log are
  526. still maintained in NEWS.LOG for backward compatibility.  We may change the
  527. name in a future revision, but NEWS.LOG seems to be acceptable.
  528.  
  529.     - Finally nailed down the WATTCP.CFG creation problems by using a system()
  530. call and renaming WATTCP.CFG on-the-fly.  (These iterations were necessitated
  531. by Klos' PPPWAT utility, which would let go of the file handle!)
  532.  
  533.     - Expanded NOSPAM.TXT parsing into blocks.  NOSPAM.TXT is now organized in
  534. three sections: [GLOBAL], [NEWS] and [MAIL].  This enables variable processing,
  535. depending on the source of the message, for example:
  536.  
  537.                 [GLOBAL]
  538.                 "free "
  539.                 "live "
  540.                 $$$$$
  541.                 [NEWS]
  542.                 .UUE
  543.                 .JPG
  544.                 [MAIL]
  545.                 @money
  546.                 money@
  547.  
  548. Any mail or news with keywords in [GLOBAL] is considered spam.  The [NEWS]
  549. block is used only with news articles, and the [MAIL] block is only applied to
  550. Internet mail.
  551.  
  552.     - Added some unfinished code to NEWS for display minimalists.  When
  553. complete, the display will (optionally in NET.INI) show newsgroup articles
  554. during reciept on a single line and such to minimize screen real estate.
  555.  
  556. Beta-76
  557.  
  558.     - Added error checking to ensure any outbound messages contain a somewhat
  559. valid recipient by ensuring there's a '@' and a '.' in the addressee.  If not,
  560. the program aborts the SMTP session and you must remove the offending message.
  561.  
  562.     - Added support for a .RLZ file for hosted mailing lists.  If a file exists
  563. in the FILEnet directory named R<subtype>.RLZ, the contents of this file will
  564. be sent in response a subscribe request.  If R<subtype>.RLZ does not exist, and
  565. GLOBAL.RLZ exists, that will be sent, instead.
  566.  
  567. NOTE: There is no validation checking on the contents of this file, so do *not*
  568. put ANSI or control characters in the text, as these will crash your mail host!
  569.  
  570.     - Finally set up a Win95 machine for testing!  Adjusted stack and other
  571. values to ensure good compile and operation under both Win95 and DOS.
  572.  
  573.     - Added options to binary news retrieval allowing you to "jump" forward
  574. when you're way behind.  These are:
  575.  
  576.         ']' - Jumps forward 10 articles
  577.         '}' - Jumps forward 100 articles
  578.         '+' - Takes user input for number of articles to jump
  579.  
  580. Again, these keys are only active during binary (NEWS*.UUE) retrieval.  The
  581. program already limits total articles for newsgroups brought into the BBS, so
  582. they can't exceed the sub capacity.
  583.  
  584.     - Changed logic for NOSPAM.TXT check on received mail so it only checks
  585. Internet mail (i.e. UNK-*.UUE) during processing.  This allows you to add items
  586. to NOSPAM.TXT like '.ZIP', '.UUE', etc., without affecting normal movement of
  587. net packets and FDL files.
  588.  
  589.     - Fixed retrieved NEWS subjects so they don't exceed the storage capacity
  590. on the BBS.  The program will use the first 78 bytes of the newsgroup article
  591. title.
  592.  
  593.     - Fixed condition which caused duplicate "Reply-To:" fields in newsgroup
  594. posts when SPAMCONTROL=N and @32767 was set up as the sub host.
  595.  
  596. Beta-75
  597.  
  598.     - Screwed up the ^D0R stuff again in NEWS.EXE!  Fixed this time.
  599.  
  600.     - Went back to Beta-72 stklen, which worked for the majority.  Goose's
  601. fixes in Beta-74 for the WATTCP.CFG should fix things there.
  602.  
  603.     - Tweaked the name-matching routine a bit to get better results on matches
  604. with both user names and hosted mailing lists.
  605.  
  606. Beta-74
  607.  
  608.     - Fixed bug in mailing list subscriber code which created a malformed
  609. response message to any request for an invalid mailing list.  (It also didn't
  610. delete the original SUB-*.UUE, so the problem repeatedly occurred!)
  611.  
  612.     - Changed the create_wattcp_cfg routines to try to get rid of the unable
  613. to open WATTCP.CFG errors.
  614.  
  615.     - Messages posted to newsgroups and mail lists now use the sub real name
  616. setting, rather than the NET.INI REALNAME setting.  The REALNAME setting is now
  617. used only for email.
  618.  
  619.     - Fixed bug which displayed the additional information lines in newsgroup
  620. articles.  (Should have been prefaced with ^D0R for network routing!)
  621.  
  622.     - Several bug fixes by Goose to outbound article/mailing list header
  623. creation inside EXP.
  624.  
  625. Beta-73
  626.  
  627.     - Added autosubscribe to hosted mailing lists.  If the subject of a message
  628. is either "Subscribe LIST" or "Unsubscribe LIST" (case insensitive), the user
  629. will is added/removed from M<LIST>.NET, and a response is generated advising
  630. them of the action taken.
  631.  
  632. NOTE 1: The M<LIST>.NET must exist, even if it's empty.  If that file isn't
  633. there, the requesting system is told that it's an invalid mailing list.  This
  634. saves the trouble of parsing SUBS.XTR to see if the mailing list is valid.
  635.  
  636. NOTE 2: The program does not support mailing lists with a single character for
  637. a subtype.  This is to prevent a malicious attempt to write undesirable data to
  638. the M1.NET through M9.NET macro files supported by CALLOUT.NET.
  639.  
  640.     - Cast disk space variables as float to show large hard drive (greater than
  641. 2GB) accurately.
  642.  
  643.     - Now displays the originator of standard Internet mail messages, instead
  644. of "non-network packet" during receipt.
  645.  
  646.     - Added "Group: <groupname>" field in message headers received in binaries,
  647. for use by PBNews in sorting into proper directories.
  648.  
  649.     - Added "References", "Message-ID" and "Reply-To" fields to received
  650. newsgroup articles, suppressed with ^D0 network routing lines.  These can be
  651. used to facilitate threading and other features, with the appropriate BBS
  652. source code mod.
  653.  
  654. Beta-72
  655.  
  656.     - The fread() technique didn't work.  SMTP mandates that lines beginning
  657. with a period be doubled to prevent confusion with an end-of-message marker.
  658. It proved too difficult to parse the entire buffer to make these adjustments.
  659. Fundamentally, this version returns to B-68 techniques!
  660.  
  661. Beta-71
  662.  
  663.     - Ooooops... new fread() technique for block reading outbound SMTP wasn't
  664. supposed to double periods *unless* a single period was the first character of
  665. a new line.  Fixed.
  666.  
  667. Beta-70
  668.  
  669.     - Oops!  B-69 didn't treat the leading period in some messages properly.
  670. Although it wouldn't crash, it probably corrupted the UUE on the receiving end.
  671.  
  672. Beta-69
  673.  
  674.     - Fix in SMTP transfer routine which could have crashed system when the
  675. first line of the output message was a period.
  676.  
  677.     - Fairly radical changes in SMTP transfer routines to use a faster and more
  678. reliable method.  Reads outbound messages in 1K blocks vice line-oriented.
  679. Stops/restarts the socket allocation for every message.
  680.  
  681.     - Removed support for bcc (blind carbon copy) in outbound messages.  Never
  682. used anything which directly supported this, anyway.
  683.  
  684. Beta-68
  685.  
  686.     - Cosmetic change when receiving FDL files.  The display will now show the
  687. filename being received instead of ARC-xxx.UUE.
  688.  
  689.     - Rewrote routine to create WATTCP.CFG to use buffered file I/O (and to
  690. prevent "Unable to create WATTCP.CFG" errors in the future).
  691.  
  692.     - Reworked logic on SMTP send loop so socket is opened and closed between
  693. each message relay.  Added a couple of routines to detect and respond to socket
  694. errors during the SMTP transfer process.
  695.  
  696.     - Changed From/Reply-To fields in outbound headers to enclose extended user
  697. information in a comment, e.g. "Frank Reid" <edare@ix.netcom.com>. Previously,
  698. no quotes delimited the comment, and this may have confused some mail readers
  699. when composing a response.
  700.  
  701. Beta-67
  702.  
  703.     - Fixed discrepancy on hosted mailing lists which caused outbound messages
  704. from remote WWIV-type systems to be created without a valid focus, e.g.
  705. "From: John Doe" vice "From: John Doe <user@site.com>".  (This crashed most
  706. mail relay programs!)
  707.  
  708.     - Returned to BC++ v4.52 compiler to stabilize problems experienced by many
  709. since downgrading to BC++ v3.1 back with Beta-51 or so.  This uses a bit more
  710. memory (about 20K) but seems to generate a more stable executable.
  711.  
  712. Beta-66
  713.  
  714.     - Added stack checking code to see how much of it is really being used.
  715. The current values closely reflect the program's real stack requirements.  Any
  716. discrepancies reflect other, less apparent program requirements.
  717.  
  718.     - Repositioned the write_groups() call in the sock_err label so it didn't
  719. close all files before attempting it.
  720.  
  721.     - Changed the mailing list code to pull the optional text (used to identify
  722. ListServe type messages) independently of the routine for subtype.
  723.  
  724. Beta-65
  725.  
  726.     - No changes except in the compile options.
  727.  
  728. Beta-64
  729.  
  730.     - Changed SAMPLE.INI to point to the National Institute of Standards time
  731. server at "time.nist.gov".  (Thanks, Papa Bear!)  This should provide reliable
  732. time for those using NTIME to set the clock.
  733.  
  734.     - Added some error checking to the clock() routine which tracks length of
  735. NEWS connection.  This should eliminate negative values from appearing within
  736. NET.LOG (and from corrupting CONTACT.NET/PPP).
  737.  
  738.     - Changed CONTACT.NET update to cap maximum bytes for @32767 connections to
  739. 9,999K (10MB).  This is a limitation of the network software, including NET.LOG
  740. entry.  This makes it friendlier with external programs, including LastNet.
  741.  
  742.     - Added a "Lines: xxx" field to articles retrieved from binary newsgroups
  743. (NEWS*.UUE in SPOOL).  This will facilitate additional features in PBNews, a
  744. utility which reads the NEWS*.UUE files and decodes the original binaries.
  745.  
  746.     - Rewrote POP STAT and LIST commands to eliminate the getnumbers() routine,
  747. as passing the pointer among routines may have been causing problems retrieving
  748. messages from the mailbox.
  749.  
  750.     - Added capability to comment newsgroups within NEWS.RC.  Add a ';' to the
  751. beginning of any line containing the group to skip.  This will allow you to
  752. preserve group information but bypass downloading on every NEWS run.
  753.  
  754.     - Went back to known working stack values in all modules.  Still trying to
  755. determine what values provide universal satisfaction, but these now seem more
  756. OS-dependent.  We shall see...
  757.  
  758. Beta-63
  759.  
  760.     - Changed routine which sends "RCPT TO" field to SMTP host not to fail
  761. entirely upon a bad address (such as missing path to root DNS!)  This should
  762. make it more tolerant of normal Internet outages.
  763.  
  764.     - Fixed a problem where the SMTP port wasn't being closed properly after
  765. all outgoing packets were sent.
  766.  
  767.     - Standardized the reply-to addresses to all be of the format:
  768.  
  769.       User Name <address@site>
  770.  
  771.     - Fixed a problem that would cause NEWS.EXE to crash when receiving NEWSRC
  772. updates in which the group name was too long.
  773.  
  774.     - Changed the file open routine in UU.EXE to get rid of the occassional
  775. net packet that would be sent with a header and no body.
  776.  
  777.     - Fixed a problem with subscribed mailing lists where the incorrect
  778. from address would be shown in the header.
  779.  
  780.     - Fixed a problem in hosted mailing lists where the From: address on the
  781. outgoing message would be a combination of the BBS's Internet address and the
  782. original user's Internet address.
  783.  
  784.     - Fixed a problem in hosted mailling lists where some of the routing line
  785. information would end not be properly stripped from messages sent to the list.
  786.  
  787. Beta-62
  788.  
  789.     - SMTP transfers are now accomplished in a single call to POP.  Previously,
  790. POP was called repeatedly for each message.  This change appreciably improves
  791. SMTP transfer speed (and the ability to control errors, including ICMP errors
  792. returned by Waterloo sockets).
  793.  
  794.     - Recipient addresses are now parsed within a valid focus for transfer to
  795. the MTA (Sendmail/QMail/etc.) on the RCPT TO line.  Additional information on
  796. the recipient line is retained in the header, but no attempt is made to send
  797. that within the focus.  This will ensure compatibility with all MTA versions.
  798.  
  799.     - Added support for quoted strings in NOSPAM.TXT, so "free " is treated as
  800. distinct, with embedded whitespace, so it would match "free video" but not
  801. "freeport".  Without quotes, any leading or trailing whitespace is removed.
  802.  
  803.     - Added support for List-Processor mailing lists which address mail as
  804.  
  805.            "To: Multiple recipients of list <LISTNAME or address>".
  806.  
  807. To use this method, add a distinct text element from the "To:" line after the
  808. normal list definition in NET.INI, for example:
  809.  
  810.         [MAILLIST]
  811.         wx-talk@listproc.org *SUBTYPE "WX-TALK"
  812.  
  813.     - Revised the NNTP post article routine to match that used in POP for SMTP
  814. transfers.  This should eliminate the stalled transfers when posting to a
  815. newsgroup.
  816.  
  817.     - Fixed a quirk in NET.LOG update which caused misaligned columns if a call
  818. exceeded 100 minutes (which isn't unusual on NEWS sessions).
  819.  
  820.     - Now includes NETWORKP.EXE in the distribution archive.  This version does
  821. not load or unload the Klos drivers, but assumes you have an existing Ethernet-
  822. class packet driver (for cablemodem, dedication connections, etc.)  Need some
  823. feedback on this to tailor it (until I get my own cablemodem here!)  Rename to
  824. NETWORK.EXE instead.
  825.  
  826.     - Fixed a bug in NEWS which caused problems if the first listed group was
  827. a binary (subtype '0' in NEWS.RC), resulting in the subsequent, non-binary
  828. group not to have a valid packet name.
  829.  
  830.     - Now updates the last messages read pointers when NEWS aborts due to a
  831. session error, such as a timeout.
  832.  
  833.     - Now creates a new packet (P0-*) upon selecting a new group to ensure it
  834. doesn't lose messages if a connection is lost during that process.
  835.  
  836.     - Fixed broken CONTACT.NET update routine.  Will now update //PENDING, even
  837. if no packets were sent to "real" FILEnet systems.
  838.  
  839. Beta-61
  840.  
  841.     - Moved a brace in UU.EXE which should allow it to find the correct FDL
  842. type (from either FDLFTS.CFG or the directoryrec.dirtype) when uploading FDL-
  843. hatched files received via Internet mail.
  844.  
  845.     - Added a loop which aborts SMTP session after five consecutive failures.
  846. This will ensure that SMTP transfers aren't tried repeatedly when some other
  847. problem is affecting the link.
  848.  
  849.     - Tweaked the postnews() routine with additional error checking and such
  850. in the hope to eliminate stalling problems experienced on some systems.
  851.  
  852.     - Recompiled the Waterloo TCP/IP library with compiler options identical to
  853. those for main modules.
  854.  
  855.     - Kludged in a quick fix for outbound mail exported from a hosted mailing
  856. list which I hope will fix the "Gate #y@zzzz not yet supported" problem when
  857. mail is received from other network systems.
  858.  
  859. Beta-60
  860.  
  861.     - Added a <Tab> option during NEWS retrieval which catches up on the
  862. current newsgroup (by setting the last read message pointer to equal the
  863. current last message in the group).
  864.  
  865.     - Eileen Stone bagged a mail specimen for me which contained more than 650
  866. character lines (well beyond how I had cast this string).  It was, basically,
  867. an entire paragraph without returns.  You'd think the spammers would have, at
  868. least, the decency to comply with the RFC!  This should address such messages.
  869.  
  870.     - Fixed a quirk which caused NOSPAM.TXT to be skipped if BINXPOST was also
  871. enabled in NET.INI.  The spam check is now performed even on binary newsgroups.
  872.  
  873.     - Will now parse NOSPAM.TXT against incoming messages (Internet mail) in
  874. addition to newsgroup posts.  Messages which match NOSPAM.TXT will be left in
  875. INBOUND as SPM-*.UUE.  A more robust engine, e.g. separately definable spam
  876. lists for mail and news, will be forthcoming.
  877.  
  878.     - Refined the SMTP transfer loop to ensure it flowed properly (and gave the
  879. correct output when no mail was sent).  I've been able to power up and down the
  880. modem here and have the program respond appropriately.  Your results may vary!
  881.  
  882.     - Changed to unbuffered file I/O routines in NEWS savebody() process.  This
  883. will circumvent any problems associated with multiple open files, particularly
  884. when log entries, spam checks and message pointers are all occurring during the
  885. NEWS retrieval session.
  886.  
  887.     - Moved several repetitive strings into a global array in NETWORK in order
  888. to reduce the DGROUP.
  889.  
  890.     - Now appends the originating user name after any defined REPLYTO= field
  891. in NET.INI.  This will allow news readers to reply more easily to an originator
  892. of a message posted on the system, even with SPAM control in place.
  893.  
  894. Beta-59
  895.  
  896.     - Bad POP.EXE in B-58!  Wasn't responding to lost carrier.
  897.  
  898.     - Reworked multiple SMTP transfer routine.
  899.  
  900.     - Removed duplicate strings in NETWORK.EXE.
  901.  
  902.     - Added a moderate stack back into NETWORK.EXE to address failed update
  903. for CONTACT.NET errors.
  904.  
  905. Beta-58
  906.  
  907.     - Fixed binary crosspost check, thanks to Papa Bear.  It wasn't counting
  908. the number of letters in BINXPOST right -- basic math skills lacking here!
  909.  
  910.     - Streamlined code for successive SMTP transfers by removing a redundant
  911. loop (again, with Papa Bear's help).
  912.  
  913.     - Killed tcp_tick() calls throughout POP and NEWS.  I never trusted these.
  914. Although they're touted as capable of tracking socket failures, I've found it
  915. actually keeps the socket alive after it's clearly failed (e.g. NO CARRIER!)
  916.  
  917.     - Returned to the stack sizes which worked consistently in B-53.  This will
  918. eliminate any CONTACT.NET errors which popped up for some systems since then.
  919. Seems to be solid here, but Weatherman will break it!  :)
  920.  
  921.     - Rewrote the stripcolors() routine in EXP so it now properly removes all
  922. colors, and the numerals associated with them, and all high ASCII.
  923.  
  924. Beta-57
  925.  
  926.     - Removed the NETWORK1/2/3 clean-up routines.  There isn't consistently
  927. enough memory to run these within a DOS spawn, and the "Out of memory" errors
  928. in NETDATx.LOG correspond directly to lost packets.  The feature's not worth
  929. the potential dangers (lost packets!)
  930.  
  931.     - Added a check to ensure that the NOSPAM.TXT keywords are longer than
  932. three characters.  This will prevent spurious things, such as a returns or
  933. spaces from triggering a TRUE result on the routine.
  934.  
  935.     - Removed the tcp_tick() calls from NEWS.  These could cause a crash if the
  936. socket is not in place.
  937.  
  938. Beta-56
  939.  
  940.     - Dropped the NETWORK stklen back to 6K as this most certainly was causing
  941. the failure to update CONTACT.NET problem on some systems.  Redesigned spawn
  942. routine not to allocate as much memory for the commandline arguments passed,
  943. which should lessen the stack requirements.  (We know the maximum number of
  944. commandline arguments passed to the spawn routine in advance, so there was no
  945. need to allocate a character array for 50 possible arguments!)
  946.  
  947.     - Hooked in calls to NETWORK1/2/3 to clean up pending packets completely
  948. before and after runtime.  The reduced overhead on the spawn routine should
  949. allow this to process without any problems.
  950.  
  951.     - Major revelation!  After looking closely at RFC 821, I realized I was
  952. misinterpreting the SMTP "MAIL" directive as inherently intertwined with the
  953. header "From:" field.  This is not the case -- the header is sent separately
  954. and does not need to reflect the "MAIL" directive used in the SMTP session.
  955. POP will now use a simple focus "Mail From:<mybbs@mydomain.com>" during SMTP
  956. send, while preserving any extended user information on the message From:
  957. header line.  Outbound mail now appears as:
  958.  
  959.                 From: User Name <mybbs@mydomain.com>
  960.  
  961. This should significantly improve the ability of most mail readers to respond
  962. to a message originated on the BBS (and increase the possibility that the
  963. response will go to the right mailbox!)  It also eliminates SMTP problems
  964. caused by forcing the extended user information into the "MAIL" directive.
  965.  
  966.     - Added a properize() routine to the outbound mail name, so it appears as
  967. it should, e.g. "Old MacDonald", "Mary Jones-Smith", etc.
  968.  
  969.     - Added a SPAM filter for news retrieval.  Create NOSPAM.TXT in the FILEnet
  970. directory with keywords to be compared (case-insensitive) against the subject
  971. and originator of each newsgroup article during retrieval.  NOSPAM.TXT should
  972. have one entry per line, e.g.
  973.  
  974. fast cash
  975. phone sex
  976. toni@spaclab.net
  977. 6t9.com
  978. $$$$
  979.  
  980. If there's a match, the message is skipped during retrieval.  The delay in
  981. parsing even a 100 line NOSPAM.TXT is insignificant compared to the time saved
  982. by not retrieving the spam!  (In other words, the comparison is pretty quick!)
  983. The check is bypassed if BINXPOST=Y in NET.INI or if NOSPAM.TXT does not exist
  984. in the FILEnet directory.
  985.  
  986. Beta-55
  987.  
  988.     - Eliminated stack overflow checking from makefile compile options which
  989. should speed up code execution (and reduce the size of executables somewhat).
  990.  
  991.     - Allocated a sockets structure in NTIME to prevent corruption across the
  992. heap (which may have caused lockups when the socket couldn't be created).
  993.  
  994.     - Changed POP to recognize FDL-type email, even if ALLMAIL=N.  Basically,
  995. if "FDL Type:" is found in the top portion of a message, it's assumed to be an
  996. file hatched via FDL, and it will be retrieved normally.
  997.  
  998.     - Changed disk space check to a Win95-friendly routine provided by Papa
  999. Bear (which allowed me to recast variables as long, vice double as was used in
  1000. Wayne's disk-check routine!)
  1001.  
  1002.     - Increased stklen in POP (6K vice the 4K default) to address the problem
  1003. with some systems hanging on file transfers.
  1004.  
  1005.     - Changed to tcp_tick(NULL) vice tcp_tick(Mail_Socket *).  This was changed
  1006. between B-53 and B-54 and may have been the cause of lockups during SMTP send.
  1007.  
  1008.     - Fixed failed checks for a modified directory structures.  Dawg pointed
  1009. out that I was closing the DIRS.DAT file handle before I got the length!
  1010.  
  1011.     - Changed to far calls for memory allocation for copyfile() and NET.LOG
  1012. update routines.  This is what I would've preferred all along, but stack and
  1013. other errors kept chasing me back to the standard allocation calls.
  1014.  
  1015. Beta-54
  1016.  
  1017.     - Killed redundant code in the CONTACT.NET update routine.  This should fix
  1018. the unpredictable results for total time/bytes in //PENDING output.
  1019.  
  1020.     - Removed a one-second delay after each message was received via POP.  This
  1021. was added just before B-53 and may have generated problems where POP hung when
  1022. retrieving messages.
  1023.  
  1024.     - Cleaned up zero byte packets created during news retrieval before these
  1025. are renamed to valid pending network packets.  This will preclude the network
  1026. software from finding/processing them.
  1027.  
  1028.     - Fixed EXP routine which was stripping spaces from the REPLYTO address in
  1029. NET.INI.
  1030.  
  1031.     - Spam-proofed the Message-ID field in newsgroup posts.  Previously, this
  1032. required field had been composed using the real account name and domain.  It
  1033. now uses the account name and WWIV-BBS.
  1034.  
  1035.     - Added BINXPOST=Y/N to NET.INI.  When <Yes>, it bypasses the check for max
  1036. crossposts on binary newsgroups (must have 'binaries' in name).  This allows
  1037. you to spool all messages from binary groups, regardless of crossposting.
  1038.  
  1039.     - Fixed overwriting display of "Expired Article." and other skipped posts
  1040. during news retrieval.
  1041.  
  1042.     - Added a tcp_tick() call in postnews() where it could potentially die
  1043. waiting for a response from the news host after posting.  (This won't speed up
  1044. the server's response, but it will allow the program to exit gracefully!)
  1045.  
  1046. Beta-53
  1047.  
  1048.     - Fixed a quirk which caused NEWSRC to be retrieved entirely on subsequent
  1049. runs on a new month or a forced update.
  1050.  
  1051.     - Changed display of expired and skipped articles to remain on a single
  1052. line during retrieval.
  1053.  
  1054.     - Recast newsgroup count variable from a short to long integer.  For ISPs
  1055. with more than 32,767 newsgroups (!), this caused the display to corrupt while
  1056. retrieving a NEWSRC listing.
  1057.  
  1058.     - Figured out the CONTACT.NET update problem (finally!).  Somehow, in B-42,
  1059. the structure for net_networks_rec had a far pointer declaration removed for
  1060. two variables which control that relationship.  Yeesh...
  1061.  
  1062.     - Recompiled under Borland C++ v3.1... have now got TC3/BC3/BC4 installed
  1063. for a broad selection!
  1064.  
  1065. Beta-52
  1066.  
  1067.     - Recompiled with Turbo C++ v3.0 instead of Borland C++ v4.52 which
  1068. returned a significant amount of memory (25K) to the program.  Some of that
  1069. was immediately used to increase NETWORK's stklen to 15K (in the hope that
  1070. it preserves enough space to update CONTACT.NET for everyone!)
  1071.  
  1072.     - #defined a macro for min() in UU.C in order to use .cpp mode with
  1073. compilers earlier than BC4.
  1074.  
  1075.     - Added self-maintaining routine to update NEWSRC with each news callout.
  1076. A full NEWSRC listing is retrieved the first of each month, and updates are
  1077. retrieved daily.
  1078.  
  1079. Beta-51
  1080.  
  1081.     - Returned to previous method of enclosing recipient information entirely
  1082. within the focus during SMTP relay, e.g.
  1083.  
  1084.                 To:<user@whatever.domain (User Information)>
  1085.  
  1086. The changes in B-50 didn't resolve the QMail imcompatibility problem.  Adding
  1087. USERMAIL=N to NET.INI bypasses extended user information and should allow it
  1088. to cooperate with QMail.  (Alternately, use 138.145.3.3 for SMTP relay!)
  1089.  
  1090.     - Now deletes "441 Duplicate messages" during postings.  You should never
  1091. see these, except when the NEWS times out during posting, in which case the
  1092. duplicate message is genuine, i.e. the first message did get posted.
  1093.  
  1094.     - Nailed the culprit causign NEWS lockups!  I wasn't allocating enough
  1095. room for a buffer when extracting information from the header, particularly
  1096. the "Newsgroups:" and "Path:" fields.  This was most evident on binary groups
  1097. with lots of crossposts.  When the buffer overflowed, it crashed!
  1098.  
  1099.     - Changed source modules to .cpp extension to force stricter bounds check
  1100. and typecasting.  Got rid of POP.H and #defined what we need explicitly within
  1101. the POP and NEWS modules, including Mail_Socket structures.
  1102.  
  1103.     - Changed most conditional routines within NEWS to switch() statements in
  1104. order to track/detect socket errors more accurately and quickly.  It seems to
  1105. respond flawlessly here now! :)
  1106.  
  1107.     - Chased my tail for a few days figuring out why the certain NEWS routines
  1108. appeared to be called improperly (and overwrote memory areas allocated for
  1109. other things, including the sockets!)  Turned out a global string variable was
  1110. oversized at 4096 bytes (on the static heap!)  RFC 977 provides a maximum of
  1111. 512 bytes for returned strings in NNTP, so that's how we're now cast.
  1112.  
  1113.     - Added checks to ensure the socket was alive in NEWS and POP using the
  1114. Waterloo tcp_tick() routine.  Hopefully, this obviates extended periods where
  1115. the server falls asleep!  Ensure "INACTIVE" and "SOCK_DELAY" in NET.INI aren't
  1116. excessive.  (INACTIVE=60 and SOCK_DELAY=30 are appropriate.)
  1117.  
  1118.     - Returned makefile options used in B-39 to see if that solves problems on
  1119. some systems with memory allocation routines, e.g. allocating for sockets.  One
  1120. of the flags was for a standard stack frame.  I think this should fix the case
  1121. where the POP mailbox wasn't checked unless there was outbound SMTP.
  1122.  
  1123.     - Revamped the BAD*.UUE check for mail originating locally, so it accepts
  1124. mail in which the original message had been quoted and the original "From:"
  1125. line appeared in text.  (Some mail systems, like cc:Mail, quote with just a
  1126. separator line, leaving the original "From: you@where" in tact.)  It now looks
  1127. only in the header for a match to determine if it's BAD*.
  1128.  
  1129.     - Added a definable Reply-To: field in NET.INI.  If defined, this address
  1130. (up to 80 characters) will be used in the text of newsgroup posts.  It can be
  1131. something like:
  1132.  
  1133. REPLYTO = edare{at}ix{dot}netcom{dot}com (change before responding!)
  1134.  
  1135.     - Fix from Zu Digital revamps NEWSNAME/NEWSPASS logic.  His local POP for
  1136. Mindspring required authentication when the socket was initially opened, so the
  1137. NEWSNAME and NEWSPASS are now presented at time of connection.  If your host
  1138. does *not* require authentication, you *must* comment out the NEWSNAME and
  1139. NEWSPASS lines in NET.INI, otherwise you'll get authentication errors!
  1140.  
  1141.     - Tweaked the socket error label completely in NEWS, so it does a clean
  1142. exit when timeouts and session errors occur.
  1143.  
  1144.     - Changed the use of the "abort" variable while saving the text body in
  1145. NEWS articles so it didn't chop off the message (stop writing it) after a
  1146. [Space] or [Esc] command was issued.  The message now gets completed and
  1147. processed normally as the last message read in that group.
  1148.  
  1149.     - Added a time synchronization routine (NTIME.EXE) which sets your DOS
  1150. clock using a time server.  If you are unsure of your time server, use the one
  1151. in the example below.  If the TIMEHOST is not defined in NET.INI or NTIME.EXE
  1152. isn't in the BBS main directory, this routine will be skipped.  Add the
  1153. following to NET.INI, below the SMTPHOST definition:
  1154.  
  1155.         TIMEHOST = ns.nctsw.navy.mil
  1156.  
  1157.     - Enhanced directory checking when receiving file so it places non-FDL
  1158. files in the defined NOREQUEST_DIR in FDLFTS.CFG.  (If FDLFTS.CFG isn't there
  1159. or the flag isn't defined, it will go to Sysop directory.)  Also, fixed a
  1160. place where it wouldn't have found FDLFTS.CFG under normal circumstances.
  1161.  
  1162.     - Saw a first today -- a 0 octet (no size!) message was queued in my POP
  1163. mailbox.  This returned a '0' to the calling routine (which uses the size), so
  1164. I added code to delete it, close and update the mailbox when this happens.
  1165.  
  1166.     - Revised NEWS packet naming method to pass a complete filename to the
  1167. routine which saves the message body.  In this manner, nothing in memory should
  1168. corrupt the contents.  Added a "wait_closed()" upon error just in case.
  1169.  
  1170.     - Shortened up some oversized global variables in NETWORK to keep stack
  1171. requirements below the default 4K.
  1172.  
  1173.     - Changed the display on total mailbox size to conform to the same display
  1174. as sent SMTP messages, i.e. "(nnK)" vice "(nnnnn bytes)".
  1175.  
  1176.     - Removed a spurious "Maximum posts -" output string when retrieving binary
  1177. groups.  (The max articles check in //BOARDEDIT is bypassed on binaries!)
  1178.  
  1179.     - Standardized/prettied up some displays when sending/receiving POP/SMTP
  1180. messages.
  1181.  
  1182. Beta-50
  1183.  
  1184.     - Added a USERMAIL=Y/N option to NET.INI (see SAMPLE.INI).  This option
  1185. bypasses the creation of an extended address form, i.e. the (USERNAME) which
  1186. follows the user@domain in the originator field.
  1187.  
  1188.     - Changed the way RCPT TO passes recipient addresses during SMTP to conform
  1189. to RFC, as I now understand it.  The MTA portion now relays outbound messages
  1190. with any extended information outside of the wrapper, e.g.
  1191. "RCPT TO:<user@whatever.domain> (extended_user_info)".
  1192.  
  1193.     - Incorporated Goose's fixes to stop NEWS crashing by waiting until the
  1194. socket is closed before exiting.  Without this wait, there was still junk
  1195. coming in the socket, even after the program exited!
  1196.  
  1197.     - Another Goose fix to address PPPSTATE error #255, by waiting two seconds
  1198. to allow the PPP TSR to load and exit before running PPPSTATE, eliminating the
  1199. possibility that PPPSTATE erroneously found no memory available.
  1200.  
  1201.     - In UU, added a routine to ensure the directory path for uploads to
  1202. Sysop directory were explicit, e.g. "C:\WWIV\DLOADS\SYSOP" vice "DLOADS\SYSOP"
  1203. (which is allowable on the BBS, but dangerous in external file operations!)
  1204.  
  1205.     - Eliminated an attempt to "QUIT" the POP session when encountering an
  1206. error at initial connection.  (This meant the path was bad or the host was
  1207. unavailable, therefore the "QUIT" command is unanswered, anyway!)
  1208.  
  1209.     - Added a QUIT directive during POP sessions where there is a clear fail
  1210. returned to the client, e.g. bad mailbox or password, etc.  This is a nicety
  1211. for our ISPs, so we always "clean up" after our POP session.
  1212.  
  1213.     - Now creates a backup of NEWS.RC at runtime as NEWS.BAK (in the FILEnet
  1214. directory).  This was requested as a means of ensuring last read message
  1215. pointers don't get trashed/lost as easily.
  1216.  
  1217.     - Modified the logic in an aborted NEWS sessions so the host would clear
  1218. remaining buffers before returning to the calling routine, i.e. to empty the
  1219. contents of any inbound stream so no junk got carried back!
  1220.  
  1221.     - Removed spurious "as UNK*.UUE" display when Internet mail is received
  1222. and moved from the INBOUND to SPOOL directories.
  1223.  
  1224.     - Another Goose fix to prevent terminating an already null string in the
  1225. treat() routine inside NEWS (causing the "attempt to access memory area already
  1226. in use" error under some operating systems).
  1227.  
  1228. Beta-49
  1229.  
  1230.     - Oops... had a 50/50 shot and picked wrong!  Have now standardized memory
  1231. allocation using malloc() calls vice farmalloc() calls, as was the case in B-39
  1232. (which appears to have worked properly in retrieving mail!)
  1233.  
  1234.     - Again, changed the way the net_data variable is handled throughout NEWS.
  1235. Last attempt caused more problems than it solved!  :(
  1236.  
  1237. Beta-48
  1238.  
  1239.     - Standardized memory allocation for the sockets in all modules.  This
  1240. should address the problem of not picking up mail unless there's outbound
  1241. mail to send.
  1242.  
  1243.     - Nailed down the variable overrun in NEWS causing abnormal exit after a
  1244. line of garbage, i.e. "Can't create temporary packet <garbage>\INPUT1.MSG".
  1245. The contents of a global variable ("net_data" which points to the network
  1246. data directory) were getting trashed!
  1247.  
  1248.     - Redid NET.LOG update routine.  No longer reads entire existing file,
  1249. line-by-line, but rather allocates the file as a memory block and writes the
  1250. block after the additional entry is added to the top.  Measurably faster.
  1251.  
  1252.     - Added additional error checking to copy/move operations to prevent lost
  1253. files.  Now ensures the directoryrec is unmodified before reading/uploading
  1254. received files.  If modified directoryrec, e.g. filepoints, the files are kept
  1255. in CHECKNET, as before.
  1256.  
  1257.     - Removed the unnecessary "Path:" field in email.  (This is used solely
  1258. for Usenet posts in determining whether an article originated on the local
  1259. system and should, thus, be skipped during retrieval.)
  1260.  
  1261.     - Added an "X-Reply-To:" field for hosted mailing lists to assist in
  1262. allowing responses to the list from mailers which don't support the extended
  1263. parentheses addressing.  The field is formatted using the originator, domain
  1264. and mail list subtype, e.g. "MAILTYPE <user@whatever.domain>".
  1265.  
  1266. Beta-47
  1267.  
  1268.     - Fixed lost cursor after exiting news.
  1269.  
  1270.     - Recast strings in NEWS to 1024 bytes vice 512 and cast the temporary
  1271. packet name as static, hopefully to prevent the overrun on some subjects
  1272. (which bled into the temporary packet name!)
  1273.  
  1274.     - Added support for a secondary DNS.  Add "SDNS=<IP address>" under the
  1275. current DNS (primary) tag in NET.INI.
  1276.  
  1277.     - Went back to standard malloc() calls for allocating memory for the
  1278. sockets.  I had mismatched these in POP in B-46.
  1279.  
  1280.     - Added an explicit call to close the input file before proceeding in UU.
  1281. This should eliminate any sharing violations, such as across a LAN.
  1282.  
  1283. Beta-46
  1284.  
  1285.    - Tweaked much more and built in lots of error checking into POP and NEWS,
  1286. particularly.  Think we've got all potential lockups fixed.
  1287.  
  1288.    - Changed returned values in NEWS to standard, i.e. 0 or less for error
  1289. and a positive integer for success.  This allowed me to standardize the
  1290. sock_err routine for more accurate responses to socket problems.
  1291.  
  1292.    - Added internal FDL processing to UU.EXE.  For FDL feeds received via
  1293. Internet mail, UU now puts them directly into the BBS (rather than using
  1294. DE555.EXE) to keep the description and FDL type together with the file.
  1295.  
  1296.     - Added a "SLAVE" directive to NEWS before any transactions.  On some
  1297. NNTP servers, the SLAVE command is used to give priority treatment to a
  1298. connection, on the premise it's a "slave server" rather than a user.
  1299.  
  1300. Beta-45
  1301.  
  1302.     - B-44 was a lemon!  I distributed the wrong executables with the archive,
  1303. and immediately after I found problems in error handling!  These caused nearly
  1304. certain death crashes!
  1305.  
  1306.     - Fine-tuned error handling again.  (Found a condition which returned a
  1307. (null) SMTP reply, which gave me something to work with!  This version really
  1308. does respond to errors!
  1309.  
  1310. Beta-44
  1311.  
  1312.     - Returned to standard stack size (4K) in all modules.  These tweaks
  1313. appear to have addressed only tertiary problems.  Reduced runtime memory
  1314. requirements by about 20K.
  1315.  
  1316.     - Went back to basics on POP, starting with the core code of B-32 and
  1317. progressing through the more recent changes.  Tweaked fallthroughs on socket
  1318. errors.  Found an area where an attempt to close an open file would causing
  1319. sharing violations.
  1320.  
  1321.     - Fixed a problem which incorrectly identified a quoted response to mail
  1322. as BAD*.UUE (because it found the original "From:" line from the originating
  1323. system).  It will now only perform a "bad" match that if the "From:" line is
  1324. part of the new header.
  1325.  
  1326.     - Fixed a situation which has existed since the project began!  ALLMAIL
  1327. wasn't honoring "ALLMAIL=N" if it detected the message as any type of UUE.
  1328. This caused graphics files, archives and other UUEs to be retrieved, despite
  1329. the ALLMAIL setting.  Thanks to Robert Kish for pointing this out (and anyone
  1330. who may have in the past, although I didn't catch it!)
  1331.  
  1332.     - Corrected a problem which generated hard locks on NEWS retrieval (again
  1333. in the sock_err handling! :(
  1334.  
  1335.     - Returned to linear display of sent/received messages, so now all
  1336. transfers appear on a single line (for viewing at runtime).
  1337.  
  1338.     - Removed *lots* of unnecessary static data from NEWS (which is what
  1339. allowed the return to default stack size!)  Now carrying the same mail socket
  1340. allocation globally through routines, as opposed to one static allocation.
  1341.  
  1342.     - Killed the cstat() routine.  This returned the article-ID for any given
  1343. article, but we weren't using that anywhere.  (I also suspect this is what
  1344. caused the NEWS retrieval to randomly skip to the last message in the group!)
  1345.  
  1346. Beta-43
  1347.  
  1348.     - Squashed a nasty bug in POP which would cause SMTP to hang.  While I
  1349. was in there, I tweaked the "sock_err:" label (the fallthrough for Waterloo
  1350. problems), and it now appears to be more responsive now to errors.
  1351.  
  1352.     - Squashed a bug in the export() routine which caused a hard lock when
  1353. certain types of messages were exported.  While I was in there, I tweaked
  1354. handling of pipe codes and soft returns.
  1355.  
  1356. Beta-42
  1357.  
  1358.     - Changed the Path: field for newsgroups to use the FWDNAME and FWDDOM
  1359. parameters if specified in NET.INI.
  1360.  
  1361.     - Removed closes to non-open files in the UU routines.
  1362.  
  1363.     - Added support for the "X-Sender:" parameter when EXP parses mailing
  1364. list headers.
  1365.  
  1366.     - Re-fixed the problem where outgoing messages would be considered
  1367. duplicates because the Message-ID field was the same as another message.
  1368.  
  1369.     - Made a change to the header detection logic to fix a problem where
  1370. message text would sometimes be marked as hidden lines.
  1371.  
  1372.     - Removed the EXP limit of 14 mails processed at a time.  The problem of
  1373. "too much mail" or "duplicate posts" was fixed in the previous beta.
  1374.  
  1375.     - Removed the code that tried to unload PPP.EXE if it returned an error
  1376. code of "not loaded".
  1377.  
  1378.     - Fixed a longstanding problem with NEWS routine chead() which caused a
  1379. premature "End of new messages" while scanning newsgroups.
  1380.  
  1381. Beta-41
  1382.  
  1383.     - Fixed problem in UU which caused received archive files (ARC-*.UUE) to
  1384. remain in INBOUND.  (EXP decoded them repeatedly as SOME.MSG, SOME.001, etc.)
  1385.  
  1386.     - Rewrote max posts on sub lookup routine to solve problem with incorrect
  1387. article number returned during news retrieval (which often caused only last
  1388. message to be retrieved).
  1389.  
  1390.     - Allocated memory for POP and SMTP sockets on far heap (to match the
  1391. method used in NEWS, which has been working successfully!)  Hopefully, this
  1392. fixed the problem which caused POP to find no mail on host (when, in fact,
  1393. there was mail waiting).
  1394.  
  1395.     - Added a second call to resolve SMTP host via DNS (mainly to compensate
  1396. for slow nameservers).  This should reduce the occurrence of the "SMTP Socket
  1397. failure" errors during outbound mail delivery.
  1398.  
  1399.     - Updated contact information in header to my new ix.netcom.com address.
  1400. (This actually happened in B-39 or B-40, but wasn't noted in CHANGES.DOC!)
  1401.  
  1402. Beta-40
  1403.  
  1404.     - Returned to some known good values for stack (B-32 and B-34).
  1405.  
  1406.     - Cleaned up excess variables in various modules.
  1407.  
  1408.     - Fixed [Spacebar] group skip during news retrieval so it responds when
  1409. someplace else than message retrieval.
  1410.  
  1411.     - Fixed a couple bad read-write opens for CONFIG.DAT -- shouldn't have
  1412. been doing that.
  1413.  
  1414. Beta-39
  1415.  
  1416.     - Added a "Path" field to outbound articles.  This will now be used to
  1417. track whether articles originated locally (and are skipped during retrieval),
  1418. instead of the "Organization" field in previous versions.  This was required
  1419. because some news servers assign their own Organization field.
  1420.  
  1421.     - Strips pipecodes and heart colors from newsgroup articles during
  1422. export process (including titles, which got lost a few betas ago!)
  1423.  
  1424.     - Compiled with stack checking, hopefully to narrow down the problems
  1425. associated with low stack.  If you receive any warnings, please advise me.
  1426.  
  1427.     - Fixed a problem which caused "441 Duplicate Article" responses for
  1428. newsgroup posts (resulting from exported articles during the same second).
  1429.  
  1430. Beta-38
  1431.  
  1432.     - Played with the _stklen a bit more to tweak varying requirements among
  1433. several systems reporting problems with B-36/37.
  1434.  
  1435. Beta-37
  1436.  
  1437.     - Distributed wrong NETWORK.EXE with Beta-36!
  1438.  
  1439. Beta-36
  1440.  
  1441.     - Changed stack length declarations in the main and support modules to see
  1442. if that fixes symptoms of no stack, i.e. lockups after NEWS runs, etc.
  1443.  
  1444.     - Repositioned the file pointer close routines in UU so all files were
  1445. closed prior to copying/moving/deleting (to fix reported sharing violations).
  1446.  
  1447. Beta-35
  1448.  
  1449.     - Supports outbound mailing lists (i.e. hosted lists).  Create a file
  1450. M<subtype>.NET for the list of recipients (subscribers) to your list.
  1451.  
  1452.     - Handles CONTACT.NET update without allocating memory on the heap, which
  1453. caused insufficient memory errors in Beta-33/34 on several systems.
  1454.  
  1455.     - Now is case-insensitve while matching the mailing list owner fields
  1456. (in NET.INI) for mailing lists you belong to.
  1457.  
  1458.     - Uses the actual date from articles and mail, if one is found.
  1459.  
  1460.     - Replaces soft returns (from QWK packets) with normal returns.
  1461.  
  1462. Beta-34
  1463.  
  1464.     - Hopefully, a fix for memory allocation routines on CONTACT.NET update
  1465. by allocating/deallocating memory each time CONTACT.PPP (the pointer files to
  1466. your Internet connections) is created.
  1467.  
  1468.     - Changed the method for outbound packet naming, eliminating the one
  1469. second delay between encoding each packet.  That should run appreciably
  1470. faster now.
  1471.  
  1472.     - Stuck in support for the "Sender:" parameter when EXP parses mailing
  1473. list headers (requested by Eileen Stone).  This is Goose's realm, but it
  1474. seemed like an easy change! :)
  1475.  
  1476. Beta-33
  1477.  
  1478.     - Removed the @###.FILEnet from the default tagline, as some sysops are
  1479. using the PPP Project Software without actually being a member of FILEnet.
  1480.  
  1481.     - Fixed a problem where messages that had a line starting with the word
  1482. "begin" would be incorrectly identified as network packets.
  1483.  
  1484.     - Changed the connect time code so that all Internet based systems will
  1485. have their last time of connect reset after a successful SMTP/POP session.
  1486. The time of connect of any direct dial systems is not affected.
  1487.  
  1488.     - Fixed the code so that it will properly use the ADDRESS.# files
  1489. rather than ADDRESS.NET.  Also fixed the problem with the - sign in ADDRESS.0
  1490. to indicate a direct dial connection not working.
  1491.  
  1492.     - Put the return path back into the logic for the name matching routines
  1493. for the maillist to sub logic.  Some listservers use one and some use the
  1494. other.
  1495.  
  1496.     - Changed the success and failure levels for the PPP modules so that
  1497. Ctrl-C will return a fail result, rather than a pass.  This keeps outgoing
  1498. packets from being improperly deleted.
  1499.  
  1500.     - <Space> now aborts transfer of the current message during an SMTP
  1501. session.  This allows you to bypass a message on the current run, while
  1502. saving it for transfer later.
  1503.  
  1504.     - Changed some of the text display, during transfers and (lesser seen)
  1505. error result messages.
  1506.  
  1507. Beta-32
  1508.  
  1509.     - Email messages containing the encoded WINMAIL.DAT or WINMAIL.MSG files
  1510. will not be erroneously identified as UUE files.  The WINMAIL encoded lines
  1511. are also marked with the ^D0R header to prevent display on the BBS.
  1512.  
  1513.     - Changed the name matching routines for mailling lists (again) to fix a
  1514. problem introduced in beta 30 which made the name match routines always fail.
  1515.  
  1516.     - Made some changes to the logic for creating the WATTCP.CFG file to
  1517. try to prevent the "Can't create WATTCP.CFG" problem.
  1518.  
  1519.     - Removed POP.DBG.  Now uses "MOREINFO" flag in NET.INI to provide debug
  1520. (extended dialog) information with POP/SMTP hosts.
  1521.  
  1522. Beta-31
  1523.  
  1524.     - Recompiled under BC4 to address the "Can't create WATTCP.CFG" problem.
  1525.  
  1526. Beta-30
  1527.  
  1528.     - Fixed a problem where the memory for mailling lists was improperly
  1529. allocated or freed.
  1530.  
  1531.     - The code now ignores the Return-Path line in messages.  This would
  1532. sometimes cause the return address to get assigned incorrectly.
  1533.  
  1534.     - Fixed a problem where the message Name is *after* host would be
  1535. displayed when the < > surrounded the id but no user name was included.
  1536.  
  1537.     - Fixed a problem where Beta-29 which left the INSTANCE.DAT file open.
  1538.  
  1539.     - The "N*.NET is missing" warning message was removed, since it won't
  1540. exist if @32767 is set up as the host rather than a subscriber.
  1541.  
  1542.     - Fixed a problem in the display of the sub type when message were
  1543. received to a maillist sub.
  1544.  
  1545. Beta-29
  1546.  
  1547.     - Changed the multitasker detection logic so that Windows 95 and OS/2
  1548. will be reported correctly, even if NETBIOS support is also enabled.
  1549.  
  1550.     - Fixed a problem where the newsgroup pointer could be incorrectly set if
  1551. <Esc> or <Space> was pressed to abort newsgroup retrieval.
  1552.  
  1553.     - Newsgroups are no longer deleted from NEWS.RC when an unrecoverable
  1554. error occurs.  Instead, an SSM is sent to the sysop account, so that the
  1555. appropriate action can be done.
  1556.  
  1557.     - Fixed a problem in NEWS where the crossposted or returned messages
  1558. were not being deleted for the first group listed in NEWS.RC.
  1559.  
  1560.     - Fixed a problem that would be created by messages with long subject
  1561. lines or recipient name.
  1562.  
  1563.     - EXP now reports if the *subtype (asterisk before subtype) is missing in
  1564. the mailling list section of NET.INI.
  1565.  
  1566.     - Fixed a problem which resulted in mailling list messages not ending
  1567. up on the subboard if the "reply-to" address format included any additional
  1568. information han the Internet mailing address.
  1569.  
  1570.     - Fixed a problem where Internet mail would not get sent out on the
  1571. current connect if no network packets were pending.
  1572.  
  1573. Beta-28
  1574.  
  1575.     - Added the first cut at support for putting Internet Mailing Lists to a
  1576. subboard.  To do this, you need to add a section to the NET.INI file as
  1577. shown.  The email name should be the name that the emails are posted from,
  1578. the subtype can be alpha or numeric (don't forget to make the N*.NET file).
  1579.  
  1580. ;
  1581. ; Mailing List Section - used to define internet mailing lists that are to
  1582. ; be retrieved into a message base rather than EMAIL.
  1583. ;
  1584. [MAILLIST]
  1585. ; email_name   subtype    (NOTE: Asterisk (*) is required!)
  1586. my_listserv@domain.com *1000
  1587.  
  1588.     - Changed the open mode for the WATTCP.CFG configuration file, to fix the
  1589. problem some systems see with the software trying to read this file before it
  1590. has been rewritten by the TCPWAT program.
  1591.  
  1592.     - Makes sure any received packets are renamed before the NETWORK routines
  1593. are called, so all received packets are processed after the current call.
  1594.  
  1595.     - Changed the return address for messages which are received with the
  1596. format "User Name <id@site>" to the more standard "id@site (User Name)"
  1597. format.  This keeps replies from hosing the SMTP server and getting the
  1598. SMTP socket connect failed error message (at least for this case).
  1599.  
  1600.     - Fixed a problem where posts that were sent out on a newsgroup would be
  1601. reposted when the message was received back from the newsserver.
  1602.  
  1603.     - Allows Internet-based subs to be set up with @32767 as the host rather
  1604. than a subscriber.  This allows Network Validation for outgoing posts, but
  1605. prevents the subs from being networked to other BBS's.
  1606.  
  1607.     - Added support for XPOSTS=0, which turns off cross-post detection
  1608. for newsgroups.
  1609.  
  1610.     - Changed the originator on network packets to be the real account name
  1611. rather than the forwarding service name, to allow for the correct
  1612. identification of bounced packets.
  1613.  
  1614.     - Changed the NEWS log file logic that seemed to sometimes cause crashes
  1615. while retrieving newsgroups.
  1616.  
  1617. Beta-27
  1618.  
  1619.     - Increased _stklen variable in the hope it addresses problems from some
  1620. systems running out of stack space during runtime.
  1621.  
  1622.     - Supports Waterloo TCP/IP "INACTIVE" vice "SOCK_INACTIVE" in WATTCP.CFG,
  1623. which should properly respond to lost carrier, poor IP connections, etc.
  1624.  
  1625.     - The CLEANUP option in NET.INI now will execute FLINK and LINKER only,
  1626. instead of spawning NETWORK1/2 for normal BBS cleanup.  Some systems were
  1627. running out of memory during this process, and it was redundant of the BBS.
  1628.  
  1629.     - Makes two passes in MQUEUE on each run to assist those whose provider
  1630. didn't settle handshaking immediately after connect.
  1631.  
  1632.     - Reads in alpha subtypes from NEWS.RC in upper case now to prevent
  1633. problems in finding subtypes on the BBS.
  1634.  
  1635.     - Honors the <TAB> character in received newsgroup articles.  This was
  1636. causing some text to be skewed (originating from mail readers which didn't
  1637. substitute space).  Also properly terminates the received strings, so the
  1638. spurious characters at the end-of-line on newsgroups should be fixed.
  1639.  
  1640. Beta-26
  1641.  
  1642.     - Fixed bug which caused binary groups to get sent into the bit bucket
  1643. during retrieval.  Self-inflicted wound in Beta-25 with addition of alpha
  1644. subtypes.
  1645.  
  1646.     - Changed CONTACT.NET update to a new method.  CONTACT.NET is now
  1647. updated for each system for whom the program prepares a packet.  In this
  1648. manner, it now reflects what gets sent to each system uniquely.
  1649.  
  1650.     - Tweaked the routines which read/write WATTCP.CFG.  This should get rid
  1651. of any problems associated with that, including creating 0 byte files and
  1652. inability to create WATTCP.CFG at runtime.
  1653.  
  1654.     - Forced a newline at the beginning of each newsgroup article.  This
  1655. ensures that the text of a message doesn't begin on the same line as the
  1656. RE:.
  1657.  
  1658. Beta-25
  1659.  
  1660.     - I didn't get all the changes/enhancements into this beta which I'd
  1661. hoped.  There are a great deal of functional changes below, and the todo
  1662. list is a bit smaller, but there's still work before the release of
  1663. version 2.  Please report any problems you find.
  1664.  
  1665.     - First stab at "AUTHINFO" directive used by NNTP to validate username
  1666. and password.  I could find no governing RFC, so a lot of this is in the
  1667. blind until I can set up an NNTP host which supports it.  If your news host
  1668. requires a Userid and Password for login (such as GTE), add the following to
  1669. the [NEWS] section of NET.INI:
  1670.  
  1671.         NEWSNAME = <username>
  1672.         NEWSPASS = <password>
  1673.  
  1674. The initial feedback is that this function is working properly, but it may need
  1675. fine-tuning.
  1676.  
  1677.     - The trailing '.' on each Internet email message is now bypassed in email
  1678. retrieval, so it won't be displayed to users viewing it on the BBS.
  1679.  
  1680.     - Nailed down the stacked "RE: RE: RE:" found in newsgroup responses.
  1681.  
  1682.     - Added "Continued in next message..." as the final line in newsgroup posts
  1683. which exceed 32K (and become split into multiple parts) and "Continued from
  1684. previous message..." on trailing parts.
  1685.  
  1686.     - Fixed the news and mail time/byte entries in NET.LOG, so each is
  1687. maintained uniquely now.  If you use ONECALL in NET.INI, you will get two
  1688. entries (one for @32767 and the other for the system you called), each with
  1689. its own bytes and time.
  1690.  
  1691.     - Added definable maximum cross-posts before newsgroup article is skipped.
  1692. New entry to NET.INI in [NEWS] section reads:
  1693.  
  1694.         XPOSTS = nn
  1695.  
  1696. where 'nn' is a number between 1 and 99.  (Setting this to '1' will reject any
  1697. message crossposted to another newsgroup.)
  1698.  
  1699.     - Added support for the PPPURGE utility which cleans up the SENT directory
  1700. externally.  By adding "PURGE=N" to the [GENERAL] section in NET.INI, you can
  1701. bypass packet cleanup during normal network routines.  You must then add
  1702. "PPPURGE <days>" to your external event batch file to kill SENT files.
  1703.  
  1704.     - Tweaked internal stack size which seems to stabilize problems resulting
  1705. from line noise (modem), lost connections during transfers, etc.  Need more
  1706. feedback on reliability of these changes, so we don't introduce new bugs!
  1707.  
  1708.     - Overrides net validation for newsgroup posts received from the Internet,
  1709. but leaves normal validation intact for other methods.  This is useful for
  1710. anyone who gates newsgroups with netval, as it lets the Internet stuff flow
  1711. through unimpeded but still validates BBS-originating posts.
  1712.  
  1713.     - Added internal support for the FWDNAME and FWDDOM parameters from
  1714. NET.INI.  If defined in the [GENERAL] section, these will be used for the
  1715. headers of email and newsgroup posts.  This is helpful for anyone using a
  1716. forwarding service, such as bigfoot.com, as their BBS mail host.
  1717.  
  1718.     - Fixed a problem in the UUDECODE routines where the output file was
  1719. not being deleted if an error was detected during processing.  This would
  1720. cause the partial file to be processed by the remaining NETWORK routines,
  1721. which could result in crashes.
  1722.  
  1723.     - Added support for individual ADDRESS.* files.  ADDRESS.1 and up are
  1724. maintained by the GC's.  ADDRESS.0 is a local file, which can be used to
  1725. limit callouts to particular systems.  To force a normal (modem) callout to a
  1726. system, create ADDRESS.0 in the following format:
  1727.  
  1728.         @node -      (the minus sign indicates use direct call)
  1729.  
  1730.     - Added another check for returned packets.  If the packet "from:"
  1731. name matches the name and domain defined in the INI file, the packet is
  1732. assumed to be a returned packet as well.  Apparently not all ISP's use the
  1733. standard "mailer-daemon" approach for identifying returned packets.
  1734.  
  1735.     - Changed the sleep() call in NETWORK.EXE to a delay() call used when
  1736. the socket is being established.  Some systems appear to hang using the
  1737. sleep() call.
  1738.  
  1739.     - Added the KLOSV146.ZIP file to the archive.  These are the latest PPP
  1740. drivers from KLOS, patched to remove the Windows detection code.
  1741.  
  1742.     - Added support for alpha subtypes in NEWS.C (defined in NEWS.RC).
  1743.  
  1744.     - Fixed routines to clean up after a file is received via Internet mail.
  1745. Copies are no longer saved in CHECKNET and SPOOL.
  1746.  
  1747.     - Added PURGE option to [GENERAL] area, intended to be used with new
  1748. PURGE.EXE utility.  PURGE.EXE will clean out your SENT directory as part of
  1749. the external event (and not when the program runs).  Set PURGE=N in NET.INI,
  1750. then add PURGE.EXE to your external batch file.
  1751.  
  1752.     - Added support for '_' in CALLOUT.NET to indicate non-Internet system.
  1753.  
  1754.     - Added support for user-definable anti-spam originating address.  If
  1755. 'SPAMCONTROL=Y' is defined in NET.INI, you can also add:
  1756.  
  1757.         SPAMADDRESS=whoever@whatever.address
  1758.  
  1759. If SPAMADDRESS is not explicitly defined, the anti-spam address now reads:
  1760.  
  1761.         realname@dont.spam.me.real.address (Username)
  1762.  
  1763.     - Cosmetic modification to NET.LOG entry when nothing is sent.  Adds a
  1764. comma (,) to conform to the normal network software method.
  1765.  
  1766.     - Now auto-trims NEWS.LOG, keeping a maximum of 800 lines (about three
  1767. days worth) of NEWS entries.  Trim is accomplished at the last full session
  1768. entry (a complete news session) at or above the 800 line mark.
  1769.  
  1770.     - Supports random signature files for newsgroups and email.  Naming format
  1771. for the signature files is:
  1772.  
  1773.         I<subtype>.Txx
  1774.  
  1775. where 'xx' is a number between 0 and 99.  For example, to create random
  1776. tags for subtype "12345", create files "I12345.T01", "I12345.T02", etc.  If
  1777. no random tags are found, "I12345.TAG" will be used, as before.
  1778.  
  1779.     - Now properly removes BBS tagline indicators (the ^Dx prefix for each
  1780. line in a BBS or personal tagline).  Note that these will be preserved, in
  1781. addition to the I*.T* signature files.
  1782.  
  1783. Beta-24
  1784.  
  1785.     - Added hook to EXP to call after network packets/mail are received, so
  1786. any Internet mail is processed immediately after receipt.
  1787.  
  1788.     - Count transfers (sending/receiving packets) in 512 byte increments vice
  1789. 1K now... cosmetic.
  1790.  
  1791.     - Encoding and transfer of packets is now kept on a single line vice
  1792. scrolling down the screen... again, cosmetic.
  1793.  
  1794.     - Tweaked import() routine in EXP to narrow down scrambled headers
  1795. reported by some systems.
  1796.  
  1797.     - Added total files/bytes detail to display after successful packet
  1798. transfers.
  1799.  
  1800.     - Added SSMs to be sent to the #1 account upon receipt of archive
  1801. files or bad packets moved into CHECKNET.
  1802.  
  1803.     - Added file-sharing, timeslicing routines to EXP.
  1804.  
  1805.     - Added board-specific tagline file support.  File should be in the
  1806. BBS DATA\ directory and be named I<subtype>.TAG, for example on subtype
  1807. 10001 file would be I10001.TAG.
  1808.  
  1809.     - Fixed logic when an invalid newsgroup is requested and server returns
  1810. 501 response.  It now skips the group and removes the invalid group name from
  1811. NEWS.RC automatically.
  1812.  
  1813.     - INSTALL.C/EXE is in here now.  It needs some work before broader
  1814. release, though.
  1815.  
  1816. Beta-23
  1817.  
  1818.     - Messed up parsing logic in EXP when comparing against name fields with
  1819. an underscore replacing the space.  Fixed, I hope.
  1820.  
  1821.     - Various tweaks to socket code.  I hope these address the problems some
  1822. folks have been having with the modem falling asleep.
  1823.  
  1824.     - Included POP.DBG in this archive to show dialog between you and your
  1825. servers and help in the debugging process.  Copy POP.DBG to POP.EXE before
  1826. installing.
  1827.  
  1828. Beta-22
  1829.  
  1830.     - Implements controls for Waterloo TCP socket inactivity across modules,
  1831. SOCK_DELAY and SOCK_INACTIVE.  By default, these are set to 30 and 60 seconds,
  1832. respectively.  They may be defined in NET.INI, as follows:
  1833.  
  1834. ; Time from sending an IP packet to response from DNS.
  1835. SOCK_DELAY = 30
  1836. ; Max time without socket activity.
  1837. SOCK_INACTIVE = 60
  1838.  
  1839.     - The sockets are now malloc() on the far heap again (as Goose properly
  1840. had them before).  I thought this may have been the culprit in the lost
  1841. activity timer.  When I fixed the item above, it actually crashes the client
  1842. when trying to free them from the near heap!
  1843.  
  1844.     - Removes WWIV heart color codes from titles and originator names.
  1845.  
  1846.     - Implemented ONECALL=Y/N in NET.INI to retrieve messages and newsgroups
  1847. on a single call.
  1848.  
  1849.     - Added timeslicing routines in POP and NEWS.  Would appreciate feedback
  1850. from anyone using "activity meters" to see if this helped anything, although
  1851. I suspect I have to use a different buffered I/O routine aside from fprintf()
  1852. to accomplish anything.
  1853.  
  1854. Beta-21
  1855.  
  1856.     - Urgent fix for dial-out problems to modem users.  Beta-20 was showing
  1857. "must specify phone number" because of the way I was constructing the
  1858. commandline.
  1859.  
  1860.     - Various other tweaks/enhancements which will be detailed better in the
  1861. next beta.  (It's late!)
  1862.  
  1863. Beta-20
  1864.  
  1865.     - Urgent fix for a problem in news retrieval where it wasn't finding the
  1866. NEWS.RC, I hope!
  1867.  
  1868.     - NET.INI addition:
  1869.  
  1870. ; Will retrieve mail and newsgroups on single call
  1871. ONECALL = Y
  1872.  
  1873. Beta-19
  1874.  
  1875. Additions to NET.INI (for now, grab Quixotic Quest's FAQ for a full NET.INI
  1876. and meanings).  Under [NEWS] tag, add:
  1877.  
  1878. ; If defined, puts a bogus originating address on newsgroup posts.
  1879. SPAMCONTROL = Y
  1880. ; If defined, uses file as a signature file to all newsgroup posts.
  1881. SIGNATURE = D:\WWIV\GFILES\INTERNET.TAG
  1882.  
  1883. Various code changes:
  1884.  
  1885.     - POP now receives messages to an INBOUND directory under the network data
  1886. directory instead of syscfgovr.tempdir.  This will help in case of lost
  1887. connections... received packets will remain in the INBOUND area until cleaned
  1888. out by other routines (UU, etc.)
  1889.  
  1890.     - Waterloo wasn't returning from the macro for sock_err:.  Tweaked quite a
  1891. bit, including allocating the tcp sockets on the near heap (again!).  I wish
  1892. we could return(x) from sock_err: but return values vary among different
  1893. functions... consistency is something for a future release.  If this doesn't
  1894. clear things up, we can exit(x) from the macro and allow the OS to do its own
  1895. cleanup for file handles, memory and such.
  1896.  
  1897.     - parse_ini() in network.c wasn't toupper() on s[0] properly, so lower
  1898. case 'y' and 'n' parameters weren't being honored.
  1899.  
  1900.     - Places ^D0R before header lines on received email.  These lines are
  1901. suppressed on display to user on the BBS, but may be extracted to provide
  1902. routing info.  Required changes both to POP and EXP, in order to detect/skip
  1903. ^D0R when comparing strings.
  1904.  
  1905.     - Uses underscore between multiple parts of user name on exported mail
  1906. (e.g. The_Great_White_Whale).  For backward compatibility, it matches both
  1907. space and underscore when comparing against user list.
  1908.  
  1909.     - Detects bounced mail by comparing originating address (from: line)
  1910. against known mail-bouncers, including "Mailer-Daemon", "Administrator", etc.
  1911. Bounced packets are named as BAD*.UUE and will remain in INBOUND for review,
  1912. as they're skipped during UU decode routines.  To recycle a packet, rename it
  1913. from BAD*.UUE to PKT*.UUE.
  1914.  
  1915.     - Displays 20 characters of packet originator while receiving (purely
  1916. cosmetic).  Tracked that for the above item, so figured we'd display it.
  1917.  
  1918.     - "SPAMCONTROL=Y" in NET.INI [NEWS] tag uses a bogus originating address
  1919. ("nowhere@no.net") to prevent email scoopers from finding a good address.
  1920. Also when defined, the "Reply-To:" field is omitted but a correct return
  1921. address is prepended as text to the body of message.
  1922.  
  1923.     - Supports a "signature" file defined in NET.INI [NEWS] tag, as described
  1924. above.  Format is: "SIGNATURE = [path/filename]".  Contents are read into
  1925. outbound mail during export, so length is unlimited.  If it finds ANSI, it'll
  1926. choke!  If a SIGNAURE is not defined or the file doesn't exist, it uses the
  1927. previous "Origin: * blah" tagline.
  1928.  
  1929.     - If mh.toUserName is "ALL" (ie. a first post on topic), skips the
  1930. "Responding to: ALL" in body of message... seemed redundant.
  1931.  
  1932.     - NEWS now skips the following messages during retrieval:
  1933.  
  1934.       - messages cross-posted to more than 10 newsgroups on the assumption
  1935.         that they're spammed across multiple groups.  The figure 10 is an
  1936.         arbitrary but hard-coded for now into NEWS.
  1937.  
  1938.       - any message cross-posted to another group defined earlier in NEWS.RC,
  1939.         e.g. if you define comp.games and comp.games.adventure in NEWS.RC, it
  1940.         will skip messages on comp.games.adventure which were cross-posted to
  1941.         comp.games.
  1942.  
  1943.       - any message which originated from your system as indicated by the
  1944.         "Organization:" field appended during export.
  1945.  
  1946.     - NEWS now allows you to hit <space> to skip to the next group defined in
  1947. NEWS.RC.  It doesn't "catch-up" lastread pointers for the skipped group, but
  1948. simply writes the current message pointer to NEWS.RC for your next run.  If
  1949. there's reason for a "catch-up" key, let's discuss it.
  1950.  
  1951. There are probably others, but you'll find them as you go.
  1952.  
  1953. Frank
  1954.  
  1955.