We are using journaling in Exchange 2010 and we are having a strange behaviour in the journal reports. Text attachments appear with a content-transfer-encoding value of base64 but the text is being transfered in clear and all the binary attachments cannot be opened. This is working differently in Exchange 2007. A sample of this:
--_005_95A98ED8683588459FEEEC140970F755026C065DDUCATIDCducatis_
Content-Type: text/plain; name="imap-accounts.txt"
Content-Description: imap-accounts.txt
Content-Disposition: attachment; filename="imap-accounts.txt"; size=269;
creation-date="Mon, 15 Feb 2010 16:20:49 GMT";
modification-date="Mon, 15 Feb 2010 16:20:49 GMT"
Content-Transfer-Encoding: base64
adimp
admin
Admin1
agente3
agente4
....
Is there any setting to avoid this?
Thanks,
Jose