John, exactly how I can get the mime type information attachments?.
Showing all the information from the message
headers, I got the following:
---
Content-Type: application/octet-stream;
name="aflatoxin20_zsav.zsav"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="aflatoxin20_zsav.zsav"
---
Content-Type: application/octet-stream;
name="aflatoxin20_sav.sav"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="aflatoxin20_sav.sav"
---
But I think that this information is not very useful.
I would try the other suggestion that you give me, but I really do not understand the concept or what to do.
Regards
--
Bastián Díaz
Do you have an email client on the same machine as that where SPSS is installed? If so, then
if you send a zsav file as an attachment, then hopefully the email client will identify its mimetype for us.
Another trick you could try is grepping the spss binary for the string x-spss and see what comes out (if anything).
J'