home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PPPBCKP / SRC / SRC15B80.ZIP / CHANGES.DOC next >
Text File  |  1998-01-01  |  71KB  |  1,570 lines

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