home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / PPPBCKP / SRC / SRC15B40.ZIP / CHANGES.DOC next >
Text File  |  1997-09-13  |  24KB  |  554 lines

  1. Beta-40
  2.  
  3.     - Returned to some known good values for stack (B-32 and B-34).
  4.  
  5.     - Cleaned up excess variables in various modules.
  6.  
  7.     - Fixed [Spacebar] group skip during news retrieval so it responds when
  8. someplace else than message retrieval.
  9.  
  10.     - Fixed a couple bad read-write opens for CONFIG.DAT -- shouldn't have
  11. been doing that.
  12.  
  13. Beta-39
  14.  
  15.     - Added a "Path" field to outbound articles.  This will now be used to
  16. track whether articles originated locally (and are skipped during retrieval),
  17. instead of the "Organization" field in previous versions.  This was required
  18. because some news servers assign their own Organization field.
  19.  
  20.     - Strips pipecodes and heart colors from newsgroup articles during
  21. export process (including titles, which got lost a few betas ago!)
  22.  
  23.     - Compiled with stack checking, hopefully to narrow down the problems
  24. associated with low stack.  If you receive any warnings, please advise me.
  25.  
  26.     - Fixed a problem which caused "441 Duplicate Article" responses for
  27. newsgroup posts (resulting from exported articles during the same second).
  28.  
  29. Beta-38
  30.  
  31.     - Played with the _stklen a bit more to tweak varying requirements among
  32. several systems reporting problems with B-36/37.
  33.  
  34. Beta-37
  35.  
  36.     - Distributed wrong NETWORK.EXE with Beta-36!
  37.  
  38. Beta-36
  39.  
  40.     - Changed stack length declarations in the main and support modules to see
  41. if that fixes symptoms of no stack, i.e. lockups after NEWS runs, etc.
  42.  
  43.     - Repositioned the file pointer close routines in UU so all files were
  44. closed prior to copying/moving/deleting (to fix reported sharing violations).
  45.  
  46. Beta-35
  47.  
  48.     - Supports outbound mailing lists (i.e. hosted lists).  Create a file
  49. M<subtype>.NET for the list of recipients (subscribers) to your list.
  50.  
  51.     - Handles CONTACT.NET update without allocating memory on the heap, which
  52. caused insufficient memory errors in Beta-33/34 on several systems.
  53.  
  54.     - Now is case-insensitve while matching the mailing list owner fields
  55. (in NET.INI) for mailing lists you belong to.
  56.  
  57.     - Uses the actual date from articles and mail, if one is found.
  58.  
  59.     - Replaces soft returns (from QWK packets) with normal returns.
  60.  
  61. Beta-34
  62.  
  63.     - Hopefully, a fix for memory allocation routines on CONTACT.NET update
  64. by allocating/deallocating memory each time CONTACT.PPP (the pointer files to
  65. your Internet connections) is created.
  66.  
  67.     - Changed the method for outbound packet naming, eliminating the one
  68. second delay between encoding each packet.  That should run appreciably
  69. faster now.
  70.  
  71.     - Stuck in support for the "Sender:" parameter when EXP parses mailing
  72. list headers (requested by Eileen Stone).  This is Goose's realm, but it
  73. seemed like an easy change! :)
  74.  
  75. Beta-33
  76.  
  77.     - Removed the @###.FILEnet from the default tagline, as some sysops are
  78. using the PPP Project Software without actually being a member of FILEnet.
  79.  
  80.     - Fixed a problem where messages that had a line starting with the word
  81. "begin" would be incorrectly identified as network packets.
  82.  
  83.     - Changed the connect time code so that all Internet based systems will
  84. have their last time of connect reset after a successful SMTP/POP session.
  85. The time of connect of any direct dial systems is not affected.
  86.  
  87.     - Fixed the code so that it will properly use the ADDRESS.# files
  88. rather than ADDRESS.NET.  Also fixed the problem with the - sign in ADDRESS.0
  89. to indicate a direct dial connection not working.
  90.  
  91.     - Put the return path back into the logic for the name matching routines
  92. for the maillist to sub logic.  Some listservers use one and some use the
  93. other.
  94.  
  95.     - Changed the success and failure levels for the PPP modules so that
  96. Ctrl-C will return a fail result, rather than a pass.  This keeps outgoing
  97. packets from being improperly deleted.
  98.  
  99.     - <Space> now aborts transfer of the current message during an SMTP
  100. session.  This allows you to bypass a message on the current run, while
  101. saving it for transfer later.
  102.  
  103.     - Changed some of the text display, during transfers and (lesser seen)
  104. error result messages.
  105.  
  106. Beta-32
  107.  
  108.     - Email messages containing the encoded WINMAIL.DAT or WINMAIL.MSG files
  109. will not be erroneously identified as UUE files.  The WINMAIL encoded lines
  110. are also marked with the ^D0R header to prevent display on the BBS.
  111.  
  112.     - Changed the name matching routines for mailling lists (again) to fix a
  113. problem introduced in beta 30 which made the name match routines always fail.
  114.  
  115.     - Made some changes to the logic for creating the WATTCP.CFG file to
  116. try to prevent the "Can't create WATTCP.CFG" problem.
  117.  
  118.     - Removed POP.DBG.  Now uses "MOREINFO" flag in NET.INI to provide debug
  119. (extended dialog) information with POP/SMTP hosts.
  120.  
  121. Beta-31
  122.  
  123.     - Recompiled under BC4 to address the "Can't create WATTCP.CFG" problem.
  124.  
  125. Beta-30
  126.  
  127.     - Fixed a problem where the memory for mailling lists was improperly
  128. allocated or freed.
  129.  
  130.     - The code now ignores the Return-Path line in messages.  This would
  131. sometimes cause the return address to get assigned incorrectly.
  132.  
  133.     - Fixed a problem where the message Name is *after* host would be
  134. displayed when the < > surrounded the id but no user name was included.
  135.  
  136.     - Fixed a problem where Beta-29 which left the INSTANCE.DAT file open.
  137.  
  138.     - The "N*.NET is missing" warning message was removed, since it won't
  139. exist if @32767 is set up as the host rather than a subscriber.
  140.  
  141.     - Fixed a problem in the display of the sub type when message were
  142. received to a maillist sub.
  143.  
  144. Beta-29
  145.  
  146.     - Changed the multitasker detection logic so that Windows 95 and OS/2
  147. will be reported correctly, even if NETBIOS support is also enabled.
  148.  
  149.     - Fixed a problem where the newsgroup pointer could be incorrectly set if
  150. <Esc> or <Space> was pressed to abort newsgroup retrieval.
  151.  
  152.     - Newsgroups are no longer deleted from NEWS.RC when an unrecoverable
  153. error occurs.  Instead, an SSM is sent to the sysop account, so that the
  154. appropriate action can be done.
  155.  
  156.     - Fixed a problem in NEWS where the crossposted or returned messages
  157. were not being deleted for the first group listed in NEWS.RC.
  158.  
  159.     - Fixed a problem that would be created by messages with long subject
  160. lines or recipient name.
  161.  
  162.     - EXP now reports if the *subtype (asterisk before subtype) is missing in
  163. the mailling list section of NET.INI.
  164.  
  165.     - Fixed a problem which resulted in mailling list messages not ending
  166. up on the subboard if the "reply-to" address format included any additional
  167. information han the Internet mailing address.
  168.  
  169.     - Fixed a problem where Internet mail would not get sent out on the
  170. current connect if no network packets were pending.
  171.  
  172. Beta-28
  173.  
  174.     - Added the first cut at support for putting Internet Mailing Lists to a
  175. subboard.  To do this, you need to add a section to the NET.INI file as
  176. shown.  The email name should be the name that the emails are posted from,
  177. the subtype can be alpha or numeric (don't forget to make the N*.NET file).
  178.  
  179. ;
  180. ; Mailing List Section - used to define internet mailing lists that are to
  181. ; be retrieved into a message base rather than EMAIL.
  182. ;
  183. [MAILLIST]
  184. ; email_name   subtype    (NOTE: Asterisk (*) is required!)
  185. my_listserv@domain.com *1000
  186.  
  187.     - Changed the open mode for the WATTCP.CFG configuration file, to fix the
  188. problem some systems see with the software trying to read this file before it
  189. has been rewritten by the TCPWAT program.
  190.  
  191.     - Makes sure any received packets are renamed before the NETWORK routines
  192. are called, so all received packets are processed after the current call.
  193.  
  194.     - Changed the return address for messages which are received with the
  195. format "User Name <id@site>" to the more standard "id@site (User Name)"
  196. format.  This keeps replies from hosing the SMTP server and getting the
  197. SMTP socket connect failed error message (at least for this case).
  198.  
  199.     - Fixed a problem where posts that were sent out on a newsgroup would be
  200. reposted when the message was received back from the newsserver.
  201.  
  202.     - Allows Internet-based subs to be set up with @32767 as the host rather
  203. than a subscriber.  This allows Network Validation for outgoing posts, but
  204. prevents the subs from being networked to other BBS's.
  205.  
  206.     - Added support for XPOSTS=0, which turns off cross-post detection
  207. for newsgroups.
  208.  
  209.     - Changed the originator on network packets to be the real account name
  210. rather than the forwarding service name, to allow for the correct
  211. identification of bounced packets.
  212.  
  213.     - Changed the NEWS log file logic that seemed to sometimes cause crashes
  214. while retrieving newsgroups.
  215.  
  216. Beta-27
  217.  
  218.     - Increased _stklen variable in the hope it addresses problems from some
  219. systems running out of stack space during runtime.
  220.  
  221.     - Supports Waterloo TCP/IP "INACTIVE" vice "SOCK_INACTIVE" in WATTCP.CFG,
  222. which should properly respond to lost carrier, poor IP connections, etc.
  223.  
  224.     - The CLEANUP option in NET.INI now will execute FLINK and LINKER only,
  225. instead of spawning NETWORK1/2 for normal BBS cleanup.  Some systems were
  226. running out of memory during this process, and it was redundant of the BBS.
  227.  
  228.     - Makes two passes in MQUEUE on each run to assist those whose provider
  229. didn't settle handshaking immediately after connect.
  230.  
  231.     - Reads in alpha subtypes from NEWS.RC in upper case now to prevent
  232. problems in finding subtypes on the BBS.
  233.  
  234.     - Honors the <TAB> character in received newsgroup articles.  This was
  235. causing some text to be skewed (originating from mail readers which didn't
  236. substitute space).  Also properly terminates the received strings, so the
  237. spurious characters at the end-of-line on newsgroups should be fixed.
  238.  
  239. Beta-26
  240.  
  241.     - Fixed bug which caused binary groups to get sent into the bit bucket
  242. during retrieval.  Self-inflicted wound in Beta-25 with addition of alpha
  243. subtypes.
  244.  
  245.     - Changed CONTACT.NET update to a new method.  CONTACT.NET is now
  246. updated for each system for whom the program prepares a packet.  In this
  247. manner, it now reflects what gets sent to each system uniquely.
  248.  
  249.     - Tweaked the routines which read/write WATTCP.CFG.  This should get rid
  250. of any problems associated with that, including creating 0 byte files and
  251. inability to create WATTCP.CFG at runtime.
  252.  
  253.     - Forced a newline at the beginning of each newsgroup article.  This
  254. ensures that the text of a message doesn't begin on the same line as the
  255. RE:.
  256.  
  257. Beta-25
  258.  
  259.     - I didn't get all the changes/enhancements into this beta which I'd
  260. hoped.  There are a great deal of functional changes below, and the todo
  261. list is a bit smaller, but there's still work before the release of
  262. version 2.  Please report any problems you find.
  263.  
  264.     - First stab at "AUTHINFO" directive used by NNTP to validate username
  265. and password.  I could find no governing RFC, so a lot of this is in the
  266. blind until I can set up an NNTP host which supports it.  If your news host
  267. requires a Userid and Password for login (such as GTE), add the following to
  268. the [NEWS] section of NET.INI:
  269.  
  270.         NEWSNAME = <username>
  271.         NEWSPASS = <password>
  272.  
  273. The initial feedback is that this function is working properly, but it may need
  274. fine-tuning.
  275.  
  276.     - The trailing '.' on each Internet email message is now bypassed in email
  277. retrieval, so it won't be displayed to users viewing it on the BBS.
  278.  
  279.     - Nailed down the stacked "RE: RE: RE:" found in newsgroup responses.
  280.  
  281.     - Added "Continued in next message..." as the final line in newsgroup posts
  282. which exceed 32K (and become split into multiple parts) and "Continued from
  283. previous message..." on trailing parts.
  284.  
  285.     - Fixed the news and mail time/byte entries in NET.LOG, so each is
  286. maintained uniquely now.  If you use ONECALL in NET.INI, you will get two
  287. entries (one for @32767 and the other for the system you called), each with
  288. its own bytes and time.
  289.  
  290.     - Added definable maximum cross-posts before newsgroup article is skipped.
  291. New entry to NET.INI in [NEWS] section reads:
  292.  
  293.         XPOSTS = nn
  294.  
  295. where 'nn' is a number between 1 and 99.  (Setting this to '1' will reject any
  296. message crossposted to another newsgroup.)
  297.  
  298.     - Added support for the PPPURGE utility which cleans up the SENT directory
  299. externally.  By adding "PURGE=N" to the [GENERAL] section in NET.INI, you can
  300. bypass packet cleanup during normal network routines.  You must then add
  301. "PPPURGE <days>" to your external event batch file to kill SENT files.
  302.  
  303.     - Tweaked internal stack size which seems to stabilize problems resulting
  304. from line noise (modem), lost connections during transfers, etc.  Need more
  305. feedback on reliability of these changes, so we don't introduce new bugs!
  306.  
  307.     - Overrides net validation for newsgroup posts received from the Internet,
  308. but leaves normal validation intact for other methods.  This is useful for
  309. anyone who gates newsgroups with netval, as it lets the Internet stuff flow
  310. through unimpeded but still validates BBS-originating posts.
  311.  
  312.     - Added internal support for the FWDNAME and FWDDOM parameters from
  313. NET.INI.  If defined in the [GENERAL] section, these will be used for the
  314. headers of email and newsgroup posts.  This is helpful for anyone using a
  315. forwarding service, such as bigfoot.com, as their BBS mail host.
  316.  
  317.     - Fixed a problem in the UUDECODE routines where the output file was
  318. not being deleted if an error was detected during processing.  This would
  319. cause the partial file to be processed by the remaining NETWORK routines,
  320. which could result in crashes.
  321.  
  322.     - Added support for individual ADDRESS.* files.  ADDRESS.1 and up are
  323. maintained by the GC's.  ADDRESS.0 is a local file, which can be used to
  324. limit callouts to particular systems.  To force a normal (modem) callout to a
  325. system, create ADDRESS.0 in the following format:
  326.  
  327.         @node -      (the minus sign indicates use direct call)
  328.  
  329.     - Added another check for returned packets.  If the packet "from:"
  330. name matches the name and domain defined in the INI file, the packet is
  331. assumed to be a returned packet as well.  Apparently not all ISP's use the
  332. standard "mailer-daemon" approach for identifying returned packets.
  333.  
  334.     - Changed the sleep() call in NETWORK.EXE to a delay() call used when
  335. the socket is being established.  Some systems appear to hang using the
  336. sleep() call.
  337.  
  338.     - Added the KLOSV146.ZIP file to the archive.  These are the latest PPP
  339. drivers from KLOS, patched to remove the Windows detection code.
  340.  
  341.     - Added support for alpha subtypes in NEWS.C (defined in NEWS.RC).
  342.  
  343.     - Fixed routines to clean up after a file is received via Internet mail.
  344. Copies are no longer saved in CHECKNET and SPOOL.
  345.  
  346.     - Added PURGE option to [GENERAL] area, intended to be used with new
  347. PURGE.EXE utility.  PURGE.EXE will clean out your SENT directory as part of
  348. the external event (and not when the program runs).  Set PURGE=N in NET.INI,
  349. then add PURGE.EXE to your external batch file.
  350.  
  351.     - Added support for '_' in CALLOUT.NET to indicate non-Internet system.
  352.  
  353.     - Added support for user-definable anti-spam originating address.  If
  354. 'SPAMCONTROL=Y' is defined in NET.INI, you can also add:
  355.  
  356.         SPAMADDRESS=whoever@whatever.address
  357.  
  358. If SPAMADDRESS is not explicitly defined, the anti-spam address now reads:
  359.  
  360.         realname@dont.spam.me.real.address (Username)
  361.  
  362.     - Cosmetic modification to NET.LOG entry when nothing is sent.  Adds a
  363. comma (,) to conform to the normal network software method.
  364.  
  365.     - Now auto-trims NEWS.LOG, keeping a maximum of 800 lines (about three
  366. days worth) of NEWS entries.  Trim is accomplished at the last full session
  367. entry (a complete news session) at or above the 800 line mark.
  368.  
  369.     - Supports random signature files for newsgroups and email.  Naming format
  370. for the signature files is:
  371.  
  372.         I<subtype>.Txx
  373.  
  374. where 'xx' is a number between 0 and 99.  For example, to create random
  375. tags for subtype "12345", create files "I12345.T01", "I12345.T02", etc.  If
  376. no random tags are found, "I12345.TAG" will be used, as before.
  377.  
  378.     - Now properly removes BBS tagline indicators (the ^Dx prefix for each
  379. line in a BBS or personal tagline).  Note that these will be preserved, in
  380. addition to the I*.T* signature files.
  381.  
  382. Beta-24
  383.  
  384.     - Added hook to EXP to call after network packets/mail are received, so
  385. any Internet mail is processed immediately after receipt.
  386.  
  387.     - Count transfers (sending/receiving packets) in 512 byte increments vice
  388. 1K now... cosmetic.
  389.  
  390.     - Encoding and transfer of packets is now kept on a single line vice
  391. scrolling down the screen... again, cosmetic.
  392.  
  393.     - Tweaked import() routine in EXP to narrow down scrambled headers
  394. reported by some systems.
  395.  
  396.     - Added total files/bytes detail to display after successful packet
  397. transfers.
  398.  
  399.     - Added SSMs to be sent to the #1 account upon receipt of archive
  400. files or bad packets moved into CHECKNET.
  401.  
  402.     - Added file-sharing, timeslicing routines to EXP.
  403.  
  404.     - Added board-specific tagline file support.  File should be in the
  405. BBS DATA\ directory and be named I<subtype>.TAG, for example on subtype
  406. 10001 file would be I10001.TAG.
  407.  
  408.     - Fixed logic when an invalid newsgroup is requested and server returns
  409. 501 response.  It now skips the group and removes the invalid group name from
  410. NEWS.RC automatically.
  411.  
  412.     - INSTALL.C/EXE is in here now.  It needs some work before broader
  413. release, though.
  414.  
  415. Beta-23
  416.  
  417.     - Messed up parsing logic in EXP when comparing against name fields with
  418. an underscore replacing the space.  Fixed, I hope.
  419.  
  420.     - Various tweaks to socket code.  I hope these address the problems some
  421. folks have been having with the modem falling asleep.
  422.  
  423.     - Included POP.DBG in this archive to show dialog between you and your
  424. servers and help in the debugging process.  Copy POP.DBG to POP.EXE before
  425. installing.
  426.  
  427. Beta-22
  428.  
  429.     - Implements controls for Waterloo TCP socket inactivity across modules,
  430. SOCK_DELAY and SOCK_INACTIVE.  By default, these are set to 30 and 60 seconds,
  431. respectively.  They may be defined in NET.INI, as follows:
  432.  
  433. ; Time from sending an IP packet to response from DNS.
  434. SOCK_DELAY = 30
  435. ; Max time without socket activity.
  436. SOCK_INACTIVE = 60
  437.  
  438.     - The sockets are now malloc() on the far heap again (as Goose properly
  439. had them before).  I thought this may have been the culprit in the lost
  440. activity timer.  When I fixed the item above, it actually crashes the client
  441. when trying to free them from the near heap!
  442.  
  443.     - Removes WWIV heart color codes from titles and originator names.
  444.  
  445.     - Implemented ONECALL=Y/N in NET.INI to retrieve messages and newsgroups
  446. on a single call.
  447.  
  448.     - Added timeslicing routines in POP and NEWS.  Would appreciate feedback
  449. from anyone using "activity meters" to see if this helped anything, although
  450. I suspect I have to use a different buffered I/O routine aside from fprintf()
  451. to accomplish anything.
  452.  
  453. Beta-21
  454.  
  455.     - Urgent fix for dial-out problems to modem users.  Beta-20 was showing
  456. "must specify phone number" because of the way I was constructing the
  457. commandline.
  458.  
  459.     - Various other tweaks/enhancements which will be detailed better in the
  460. next beta.  (It's late!)
  461.  
  462. Beta-20
  463.  
  464.     - Urgent fix for a problem in news retrieval where it wasn't finding the
  465. NEWS.RC, I hope!
  466.  
  467.     - NET.INI addition:
  468.  
  469. ; Will retrieve mail and newsgroups on single call
  470. ONECALL = Y
  471.  
  472. Beta-19
  473.  
  474. Additions to NET.INI (for now, grab Quixotic Quest's FAQ for a full NET.INI
  475. and meanings).  Under [NEWS] tag, add:
  476.  
  477. ; If defined, puts a bogus originating address on newsgroup posts.
  478. SPAMCONTROL = Y
  479. ; If defined, uses file as a signature file to all newsgroup posts.
  480. SIGNATURE = D:\WWIV\GFILES\INTERNET.TAG
  481.  
  482. Various code changes:
  483.  
  484.     - POP now receives messages to an INBOUND directory under the network data
  485. directory instead of syscfgovr.tempdir.  This will help in case of lost
  486. connections... received packets will remain in the INBOUND area until cleaned
  487. out by other routines (UU, etc.)
  488.  
  489.     - Waterloo wasn't returning from the macro for sock_err:.  Tweaked quite a
  490. bit, including allocating the tcp sockets on the near heap (again!).  I wish
  491. we could return(x) from sock_err: but return values vary among different
  492. functions... consistency is something for a future release.  If this doesn't
  493. clear things up, we can exit(x) from the macro and allow the OS to do its own
  494. cleanup for file handles, memory and such.
  495.  
  496.     - parse_ini() in network.c wasn't toupper() on s[0] properly, so lower
  497. case 'y' and 'n' parameters weren't being honored.
  498.  
  499.     - Places ^D0R before header lines on received email.  These lines are
  500. suppressed on display to user on the BBS, but may be extracted to provide
  501. routing info.  Required changes both to POP and EXP, in order to detect/skip
  502. ^D0R when comparing strings.
  503.  
  504.     - Uses underscore between multiple parts of user name on exported mail
  505. (e.g. The_Great_White_Whale).  For backward compatibility, it matches both
  506. space and underscore when comparing against user list.
  507.  
  508.     - Detects bounced mail by comparing originating address (from: line)
  509. against known mail-bouncers, including "Mailer-Daemon", "Administrator", etc.
  510. Bounced packets are named as BAD*.UUE and will remain in INBOUND for review,
  511. as they're skipped during UU decode routines.  To recycle a packet, rename it
  512. from BAD*.UUE to PKT*.UUE.
  513.  
  514.     - Displays 20 characters of packet originator while receiving (purely
  515. cosmetic).  Tracked that for the above item, so figured we'd display it.
  516.  
  517.     - "SPAMCONTROL=Y" in NET.INI [NEWS] tag uses a bogus originating address
  518. ("nowhere@no.net") to prevent email scoopers from finding a good address.
  519. Also when defined, the "Reply-To:" field is omitted but a correct return
  520. address is prepended as text to the body of message.
  521.  
  522.     - Supports a "signature" file defined in NET.INI [NEWS] tag, as described
  523. above.  Format is: "SIGNATURE = [path/filename]".  Contents are read into
  524. outbound mail during export, so length is unlimited.  If it finds ANSI, it'll
  525. choke!  If a SIGNAURE is not defined or the file doesn't exist, it uses the
  526. previous "Origin: * blah" tagline.
  527.  
  528.     - If mh.toUserName is "ALL" (ie. a first post on topic), skips the
  529. "Responding to: ALL" in body of message... seemed redundant.
  530.  
  531.     - NEWS now skips the following messages during retrieval:
  532.  
  533.       - messages cross-posted to more than 10 newsgroups on the assumption
  534.         that they're spammed across multiple groups.  The figure 10 is an
  535.         arbitrary but hard-coded for now into NEWS.
  536.  
  537.       - any message cross-posted to another group defined earlier in NEWS.RC,
  538.         e.g. if you define comp.games and comp.games.adventure in NEWS.RC, it
  539.         will skip messages on comp.games.adventure which were cross-posted to
  540.         comp.games.
  541.  
  542.       - any message which originated from your system as indicated by the
  543.         "Organization:" field appended during export.
  544.  
  545.     - NEWS now allows you to hit <space> to skip to the next group defined in
  546. NEWS.RC.  It doesn't "catch-up" lastread pointers for the skipped group, but
  547. simply writes the current message pointer to NEWS.RC for your next run.  If
  548. there's reason for a "catch-up" key, let's discuss it.
  549.  
  550. There are probably others, but you'll find them as you go.
  551.  
  552. Frank
  553.  
  554.