Subj : CVS commit src/sbbs3/mailsrvr.c To : All From : rswindell Date : Thu Oct 06 2005 05:57 pm src/sbbs3 mailsrvr.c 1.382 1.383 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv28567 Modified Files: mailsrvr.c Log Message: Bug-fix: clear the from_ext for the bounce message (not from a user). Simplify the bouncing of e-mails using smb_updatemsg() and the original message's from_ext convenience pointer. No need to call smb_init_idx() here since smb_addmsghdr()->putmsg() does this already (in the latest smblib). .