TECHNICAL INFORMATION DOCUMENT TITLE: PTF2057 - Fix for popper daemon README FOR: TF2057 PRODUCTS and VERSIONS: UnixWare 2.01 ABSTRACT: This ptf has ptf2057 is pkgadd format. It fixes popper daemon for sending message properly to pop-3 clients. SYMPTOM: Popper daemon is not sending the body of the last message in a retrieval to client. Popper daemon is deleting the messages on server even if they are not marked for deletion after download. SOLUTION: Title ----- PTF2057 - Fix for popper daemon to sned the body of the last message Product And Version -------------------- UnixWare 2.01 UnixWare 2.02 General Description. ------------------- To read the body, the code was looking for the offset of the next message in the file. For the last message as there are no messages after that the offset of next mesdsage was not set and so it was zero. It was not reading the body at all to send to the client. The condition is changed to take care of this flaw by checking for the end of the message as the offset of the message and length of the message. Software Notes and Recommendations. ---------------------------------- This PTF can be installed on UnixWare 2.01 or 2.02 systems. Testing of the modified software contained in this package has been conducted only to the extent necessary to confirm that it resolves the problem(s) stated above ("Symptom"). Such testing consists of recreating the problem conditions and verifying that the problem no longer occurs. No other testing of this software has been done. Hardware Notes and Recommendations. ---------------------------------- This PTF is targeted for the i386, i486 and Pentium CPU's. Installation Instructions: 1. Download the tf2057.Z and tf2057.txt files to the /tmp directory on your machine. 2. Read the release notes contained in this file and follow the instuctions to add the package to your system. 3. Now become root, uncompress the file and add the package to your system using the following commands: $ su # uncompress /tmp/tf2057.Z # pkgadd -d /tmp/tf2057