[ 
https://issues.apache.org/jira/browse/TIKA-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15393708#comment-15393708
 ] 

Hudson commented on TIKA-2042:
------------------------------

FAILURE: Integrated in tika-2.x-windows #28 (See 
[https://builds.apache.org/job/tika-2.x-windows/28/])
TIKA-2042 MBOX magic and detection unit test (nick: rev 
65cc9bcecdc6b86294a88f3b2b6b26017f356ae5)
* tika-app/src/test/java/org/apache/tika/mime/TestMimeTypes.java
* tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml


> MBOX file detected wrongly as text/html
> ---------------------------------------
>
>                 Key: TIKA-2042
>                 URL: https://issues.apache.org/jira/browse/TIKA-2042
>             Project: Tika
>          Issue Type: Bug
>    Affects Versions: 1.13
>         Environment: Ubuntu 14.04, Apache Tika 1.13 and 1.14 nightly at the 
> time of this writing
>            Reporter: Vjeran Marcinko
>             Fix For: 1.14
>
>         Attachments: clojure.mbox
>
>
> MBOX file doesn't get recognized via "magic detection" mechanism as 
> "application/mbox", but wrongly as "text/html".
> Workaround for this in Tika 1.13 is achieved by placing following in 
> custom-mimetypes.xml, as suggested on mailing list (priority has to be larger 
> than message/rfc822):
> <mime-type type="application/mbox">
>         <magic priority="70">
>             <match value="From " type="string" offset="0"/>
>         </magic>
>         <glob pattern="*.mbox"/>
> </mime-type>
> Sample MBOX file is attached.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to