home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PPPBCKP / PPP15B85.ZIP / CHANGES.DOC next >
Text File  |  1998-01-11  |  74KB  |  1,661 lines

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