Bugfix: bounced messages created a new header record pointing to the
original messages's data, but it didn't increment the data allocation counter for the data blocks. Now uses the new smb_incmsg() function to increment the allocation counters, so if the original message is free'd, the data blocks will not be prematurely reused.
Please register or sign in to comment