You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Matthew Caruana Galizia (JIRA)" <ji...@apache.org> on 2017/03/01 00:24:45 UTC

[jira] [Commented] (TIKA-2280) message_from not extracted from Outlook emails

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

Matthew Caruana Galizia commented on TIKA-2280:
-----------------------------------------------

OK, so this is a duplicate then. Your proposed strategy in your penultimate comment makes sense to me. We have a larger corpus of about 1 million MSG files. I could test your fix on that and report the results.

> message_from not extracted from Outlook emails
> ----------------------------------------------
>
>                 Key: TIKA-2280
>                 URL: https://issues.apache.org/jira/browse/TIKA-2280
>             Project: Tika
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 1.14
>            Reporter: Matthew Caruana Galizia
>            Priority: Minor
>              Labels: email, outlook, poi
>
> While the MESSAGE_FROM metadata field is extracted for both RFC and Outlook emails, it doesn't include the address for Outlook emails.
> For example, if the raw from field is "John Doe <jo...@example.com>", the Outlook email parser sets MESSAGE_FROM to "John Doe" while the RFC email parser sets it to "John Doe <jo...@example.com>".
> Currently I'm getting the from address from the RAW_HEADER_FROM field for Outlook emails, but it would be nice to be able to use a standard across email formats.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)