This is a fantastic time-saver: thanks. On the strength of it I've added the following lines to filetype.pm for attachments that I send all the time:
Acrobat,0,X,0,.pdf
MS-Word2007,0,X,0,.docx
MS-Word,0,X,0,.doc
Is there any problem with that, in particular recognising MS Word files by extension, since previously the filetype had to be manually set? (I only use the .doc extension for Word 97-2003 files.) On a quick test it works great.
I am less clear about mime-map.pm but have added these lines
application/pdf = Acrobat
application/doc = MS Word
application/docx = MS Word 2007
As far as I can see, it hasn't made any difference: .pdf, .doc and .docx files are encoded and received the same way with or without these changes. Again, please advise if I've got this wrong. Thanks.
David
<p>This is a fantastic time-saver:&nbsp; thanks.&nbsp; On the strength of it I've added the following lines to filetype.pm for attachments that I send all the time:</p><p>Acrobat,0,X,0,.pdf
MS-Word2007,0,X,0,.docx
MS-Word,0,X,0,.doc
</p><p>Is there any problem with that, in particular recognising MS Word files by extension, since previously the filetype had to be manually set?&nbsp; (I only use the .doc extension for Word 97-2003 files.)&nbsp; On a quick test it works great.</p><p>I am less clear about mime-map.pm but have added these lines
</p><p>application/pdf = Acrobat
application/doc = MS Word
application/docx = MS Word 2007</p><p>As far as I can see, it hasn't made any difference:&nbsp; .pdf, .doc and .docx files are encoded and received the same way with or without these changes. Again, please advise if I've got this wrong.&nbsp; Thanks. </p><p>David
</p>