docx trash files

PSI Mailbag mailbag at partnersolutions.ca
Fri Sep 4 12:27:23 UTC 2015


> Did you add the docx extension to your filename.rules? If you did and it is still being blocked, it is probably an Office
> 2007 docx which looks like an executable MIME type to the Linux “file” command. 

Adding it to the filename.rules will have no impact, as the conflict is on the filetype.rules which are triggering on the 0000.dat within the docx (as the docx format is really just a glorified zip file). Without allowing all executables, you could edit and recompile your "magic" file (/usr/share/misc/magic on RHEL 6), which controls how the "file" command interprets what type of file you're looking at. If I'm not mistaken, it's one of the first definitions after the comment with ".COM formats (Daniel Quinlan, quinlan at yggdrasil.com)". You'll find it defined twice in the file as well. If you do decide to edit the file, you'll have to compile it to the magic.mgc (in the same directly), which is what actually controls the logic. You should probably make the files immutable as well, or a future update will wipe out your edits. Note that this does remove some filetype detections for other generic COM files as well.


Cheers
-Joshua


More information about the MailScanner mailing list