-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E-mail messages sometimes detected as text/html or text/plain (instead of message/rfc822) #3895
Comments
AnalysisPlease note that the root cause of this problem is using libmagic, which actually is a sort of we-don't-know-how-it-works-but-it-seems-to-work type of file type / mime-type detection. It can do wonders but it can also get things horribly wrong. A proper fix would be to make use of the fact that readpst spits out its e-mails with a clear WorkaroundHand importing PST archives works best as follows:
Fix (Dirty)
Please note that I do not know what happens if an Outlook / Exchange mailbox would contain an actual attachment with the name 123.eml. Does readpst work around this? Does it overwrite the 123.eml mail message? The above script would surely "enhance" this e-mail-attachment, too - even if it weren't an actual |
Hi @vsessink, thanks for the detailed analysis, this is really, really helpful! I agree that the proper solution here would be either
|
Please note that the detected MIME type is the very problem, as detected means using libmagic. |
BTW, @tillprochaska would it be possible to get a Slack account? I'm not really qualifying :-( as I'm an open source guy without investigative journalists as customers; I do have a small law firm as a customer and they have a couple of cases emerging from the Luanda Leaks - but still, this isn't a non profit use. But I'm willing to help the project. (And ATM, I'm having problems setting up Aleph in the non-developer-version; I don't think my question about that qualifies as a bug, more of a mailinglist question but you don't seem to have one, or do you?) |
Hi @vsessink Let's get you started with an account on our discourse server to start with. This is the place we like to have our support requests as it serves well as a repository of information for all. Slack has an immediacy which is nice, but struggles with longevity. You can create an account here https://aleph.discourse.group |
As reported in #3897: mail files sometimes end up being recognized as either
text/html
ortext/plain
. This happens for example when ingesting .pst files: their outgoing mail messages don't haveReceived:
headers but instead seem to start with a headerStatus: RO
.The text was updated successfully, but these errors were encountered: