From: CSBVAX::MRGATE!KARNEY%PPC.MFENET@NMFECC.ARPA@SMTP 20-SEP-1988 11:21 To: ARISIA::EVERHART Subj: BOSS loses parts of stuffed strings Received: from ppc.mfenet by ccc.mfenet with Tell via MfeNet ; Tue, 20 Sep 88 06:53:18 PDT Date: Tue, 20 Sep 88 06:53:18 PDT From: KARNEY%PPC.MFENET@NMFECC.ARPA Message-Id: <880920065318.20200217@NMFECC.ARPA> Subject: BOSS loses parts of stuffed strings To: EVERHART%ARISIA.decnet@GE-CRD.ARPA Comment: From KARNEY@PPC.MFENET on 20-SEP-1988 09:41:32.39 EDT BOSS has problems with data overun on heavily loaded systems. This causes only a fragment of stuffed strings to be accepted. Here is a temporary fix to this problem from a user here From: USC::BOWMAN 18-SEP-1988 15:18 To: KARNEY Subj: boss You've probably noticed that the /stuff_string qualifier of boss does not always work, as some of the characters seem to be getting lost. I found that sending the string one character at a time gets around this problem, so I just wanted to let you know. That is, I changed the relevant part of the mov_to routine to read: if (len > 0) { for(i=0;i