Subject: | MS Excel files incorrectly identified as application/msword |
The Excel files are being identified as MS Word files with File-MMagic-1.22.
The attached test file generated with MS Excel 2002. My test script:
#!/usr/local/bin/perl
use File::MMagic;
my $file = 'mmagic_test.xls';
my $mm = new File::MMagic;
print $mm->checktype_filename($file)."\n";
Message body not shown because it is not plain text.