home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PPPBCKP / PPP15B90.ZIP / CHANGES.DOC next >
Text File  |  1998-07-06  |  81KB  |  1,804 lines

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