You can try to enable debugging messages, if this is not a security risk:
session.setDebug(true);
Then, I would also be interested to know the following: the content of the mail and the recipient. If you log these, you can try to reproduce the behavior from your machine. It could just be that some email servers reject mails with NUL characters.
Edit: Based on the debug information I believe that most probably the remote mail server rejects the mail with NUL characters. In order to verify this, try to send the exact same mail to the same recipient with some other means. Also, try to send a test email to the same recipient that doesn't contain NUL characters.
