home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PPPBCKP / PPP15B89.ZIP / CHANGES.DOC next >
Text File  |  1998-01-23  |  78KB  |  1,746 lines

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