Skip to content
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

[Bug] EmlParser has incomplete header #484

Closed
mgabriel-silva opened this issue May 28, 2019 · 0 comments
Closed

[Bug] EmlParser has incomplete header #484

mgabriel-silva opened this issue May 28, 2019 · 0 comments
Assignees
Labels
category:bug Issue is related to a bug scope:analyzer Issue is analyzer related
Milestone

Comments

@mgabriel-silva
Copy link

Describe the bug
The header show by EmlParser is incomplete.
There's only the last 'Received' information

Expected behavior
The header should have multiple 'Received' atributes for all the points it has passed.

Possible solutions
Problably the 'Received's are being lost because of the use of json (or dict), as it can have only one attribute of the same name.
Extracting the entire header as a string should solve the problem (if possible).

@mgabriel-silva mgabriel-silva added the category:bug Issue is related to a bug label May 28, 2019
@jeromeleonard jeromeleonard added this to the 2.1.0 milestone May 30, 2019
@jeromeleonard jeromeleonard added the scope:analyzer Issue is analyzer related label May 30, 2019
@jeromeleonard jeromeleonard self-assigned this May 30, 2019
jeromeleonard added a commit that referenced this issue Jun 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:bug Issue is related to a bug scope:analyzer Issue is analyzer related
Projects
None yet
Development

No branches or pull requests

2 participants