Skip to content

Commit

Permalink
Merge pull request #2 from redsift/feature/add-arc-to-ExtSecReport
Browse files Browse the repository at this point in the history
add arc to sec report
  • Loading branch information
csucu authored Jan 5, 2023
2 parents cf0ef02 + e2f125d commit 204f9d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jmap/extsecrep.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ type ExtSecReport struct {
SPF json.RawMessage `json:"spf,omitempty"`
DKIM json.RawMessage `json:"dkim,omitempty"`
DMARC json.RawMessage `json:"dmarc,omitempty"`
ARC json.RawMessage `json:"arc,omitempty"`
}

0 comments on commit 204f9d3

Please sign in to comment.