Subj : CVS commit src/sbbs3/mailsrvr.c readmail.cpp readmsgs.cpp To : All From : rswindell Date : Fri Sep 30 2005 02:17 am src/sbbs3 mailsrvr.c 1.380 1.381 readmail.cpp 1.37 1.38 readmsgs.cpp 1.31 1.32 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv14058 Modified Files: mailsrvr.c readmail.cpp readmsgs.cpp Log Message: Always lock the entire message base when re-writing existing header and index records (using smb_putmsg) - keeps the index file from being truncated during the operation (nightly purging of deleted message indexes?) causing corruption. .