Subj : exec/nntpservice.js To : Git commit to sbbs/master From : Rob Swindell Date : Tue Nov 10 2020 10:02 pm https://gitlab.synchro.net/sbbs/sbbs/-/commit/b2be9f52b86bb0cef387cbd3 Modified Files: exec/nntpservice.js Log Message: Insure that message base is closed before opening another. This should address the issue raised by Michael J. Ryan in issue #4. The command in question ("GROUP") would attempt to open the message base associated with the specified newsgroup name without closing the currently open/selected message base (if there was one). This would result in multiple simultaneously open message bases and could result in an exhaustion of open file descriptors leading to a failure to open any additional files (includign message bases) and thus a subsequent "GROUP" command would fail with the wrong "!no such group" error. .