You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Luis Filipe Nassif (JIRA)" <ji...@apache.org> on 2014/03/31 16:43:45 UTC

[jira] [Created] (TIKA-1267) Improve Mbox file detection

Luis Filipe Nassif created TIKA-1267:
----------------------------------------

             Summary: Improve Mbox file detection
                 Key: TIKA-1267
                 URL: https://issues.apache.org/jira/browse/TIKA-1267
             Project: Tika
          Issue Type: Improvement
          Components: mime
    Affects Versions: 1.5
            Reporter: Luis Filipe Nassif
            Priority: Minor


Could we add to application/mbox mime-type definition code below:
{code}
<magic priority="70">
<match value="From " type="string" offset="0"/>
</magic>
{code}
Or is it too common out there?



--
This message was sent by Atlassian JIRA
(v6.2#6252)