> Here is the diff excluding the site folder.
Quick Summary:
MimeMessageInputStreamSource:
JAMES-585
Cleanup temporary file if there is an IOException.
Comment out finalize().
MailCmdHandler:
JAMES-580
Avoid NPE by checking for null.
SMTPHandler:
JAMES-585
Move code into try {} finally {} to ensure that it cleans up
if there is an exception in the onMessage handlers. As it
turns out, not unnecessary for JAMES-585, but probably still
the right thing to do.
DNSRBLHandler:
Added a log entry to help debug resolve issues.
Improved one existing log entry, and moved from info to debug.
SendMailHandler:
Changed a log entry from info to debug.
DataCmdHandler:
JAMES-585
Added Exception handling to displose the Mail object if
we have not yet added it to the session. Again, this is
probably not necessary, but is correct.
Anyone want to veto any of these changes for RC2? Please do review the diff
and code. :-)
> Tomorrow I will also commit further packaging/site fixes (*.xml and
> *.properties changes in the root) and backport JAMES-584.
I look forward to seeing them.
--- Noel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]