http://bugzilla.novell.com/show_bug.cgi?id=500511 User werner@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=500511#c12 --- Comment #12 from Dr. Werner Fink <werner@novell.com> 2009-05-08 04:18:55 MDT --- Yes this is expected because the mime type of ~jw/pg4763.epub is defined within the zip its self: werner/file> unzip -l ~jw/pg4763.epub | sed 's/^/ /' Archive: /suse/jw/pg4763.epub Length Date Time Name -------- ---- ---- ---- 20 04-06-09 23:22 mimetype 270 04-06-09 23:22 META-INF/container.xml 132503 04-06-09 23:22 4763/0.html 5598 04-06-09 23:22 4763/toc.ncx 1403 04-06-09 23:22 4763/content.opf -------- ------- 139794 5 files werner/file> echo `unzip -p ~jw/pg4763.epub mimetype` application/epub+zip remember that 0x6d696d65 is the word `mime' and 0x74797065 is the word `type'. You see that in the first file `mimetype' you'l find the type its self ... now the `!mime' escape in the magic file can not know the type ... its simply unkown -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.