You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tim Allison (Jira)" <ji...@apache.org> on 2023/10/10 19:44:00 UTC

[jira] [Updated] (TIKA-4153) Update RFC822 detection, again

     [ https://issues.apache.org/jira/browse/TIKA-4153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Allison updated TIKA-4153:
------------------------------
    Description: 
On the user list, Kashif Khan supplied the following example of a file that does not start with RFC822 fields, is detected as RFC822...leading to loss of text.

{noformat}
Some text here 1.
Some text here 2.
Some text here 3.
Original Message----
From: some_mail@abc.com <so...@abc.com>
Sent: Thursday, October 31, 2019 9:52 AM
To: Some person, (The XYZ group)
Subject: RE: Mr. Random person phone call: MESSAGE
Hi,
I am available now to receive the call.
Some text here 4.
Some text here 5.**Some text here 6.
{noformat}

From what I can tell, we last modified the rfc822 detection on TIKA-4125, with the major minShouldMatch refactoring on TIKA-3153.

  was:
On the user list, Kashif Khan supplied the following example of a file that does not start with RFC822 fields, is detected as RFC822...leading to loss of text.

{noformat}
Some text here 1.
Some text here 2.
Some text here 3.
Original Message----
From: some_mail@abc.com <so...@abc.com>
Sent: Thursday, October 31, 2019 9:52 AM
To: Some person, (The XYZ group)
Subject: RE: Mr. Random person phone call: MESSAGE
Hi,
I am available now to receive the call.
Some text here 4.
Some text here 5.**Some text here 6.
{noformat}

From what I can tell, we last modified the rfc822 detection on TIKA-3153.


> Update RFC822 detection, again
> ------------------------------
>
>                 Key: TIKA-4153
>                 URL: https://issues.apache.org/jira/browse/TIKA-4153
>             Project: Tika
>          Issue Type: Task
>            Reporter: Tim Allison
>            Priority: Minor
>
> On the user list, Kashif Khan supplied the following example of a file that does not start with RFC822 fields, is detected as RFC822...leading to loss of text.
> {noformat}
> Some text here 1.
> Some text here 2.
> Some text here 3.
> Original Message----
> From: some_mail@abc.com <so...@abc.com>
> Sent: Thursday, October 31, 2019 9:52 AM
> To: Some person, (The XYZ group)
> Subject: RE: Mr. Random person phone call: MESSAGE
> Hi,
> I am available now to receive the call.
> Some text here 4.
> Some text here 5.**Some text here 6.
> {noformat}
> From what I can tell, we last modified the rfc822 detection on TIKA-4125, with the major minShouldMatch refactoring on TIKA-3153.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)