Unlear error message parsing incorrectly formed A-R field
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Authentication-Results-Python |
Invalid
|
Medium
|
Unassigned |
Bug Description
First I'd like to say this is a great library, thanks!
I just tried it parsing a DMARC header of an email sent from hotmail.com -> gmail.com which resulted in the following headers:
Authentication-
dkim=pass <email address hidden> header.b=GNp0w69I;
spf=pass (google.com: domain of <email address hidden> designates 40.92.5.38 as permitted sender) <email address hidden>;
dmarc=pass (p=NONE sp=NONE dis=NONE) header.
authentication-
header.
The "Authentication
File "/usr/local/
raise SyntaxError(
authres.
Changed in authentication-results-python: | |
status: | Triaged → Invalid |
hmm, that hotmail authentication- results looks messed up, it has "thehesiod.com;" in there twice...not sure what to make of it