[
https://issues.apache.org/jira/browse/TIKA-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16148283#comment-16148283
]
Hudson commented on TIKA-2454:
------------------------------
SUCCESS: Integrated in Jenkins build Tika-trunk #1354 (See
[https://builds.apache.org/job/Tika-trunk/1354/])
TIKA-2454: cleanup unused TEXT_PARSER thanks to Matthew Caruana Galizia
(tallison:
[https://github.com/apache/tika/commit/3eff3ac86cb826faf76d98fb80147c28a4eb7562])
* (edit)
tika-parsers/src/main/java/org/apache/tika/parser/mbox/OutlookPSTParser.java
> Emails extracted from PSTs detected as unexpected file types
> ------------------------------------------------------------
>
> Key: TIKA-2454
> URL: https://issues.apache.org/jira/browse/TIKA-2454
> Project: Tika
> Issue Type: Bug
> Components: detector, parser
> Affects Versions: 1.16
> Reporter: Matthew Caruana Galizia
> Fix For: 1.17
>
>
> This issue is severe. The Outlook PST parser extracts a string for the body
> of every email and passes that string to the {{EmbeddedDocumentExtractor}}.
> However, no content type is set on the {{Metadata}} object passed to the
> extractor. Therefore, if for example, the body of the email starts with the
> string "From John Smith." (for example, when an email was forwarded), then
> body of the email is detected as {{application/mbox}} and parsed as though it
> were an mbox file.
> I think the immediate fix for this issue is to force the type of the email to
> {{text/plain}} and for it to be parsed as such.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)