Handle relaxed domain match
This commit is contained in:
parent
84a504d668
commit
3d03bfc4fa
5 changed files with 137 additions and 35 deletions
|
|
@ -605,10 +605,18 @@ components:
|
|||
type: string
|
||||
description: Domain from From header
|
||||
example: "example.com"
|
||||
from_org_domain:
|
||||
type: string
|
||||
description: Organizational domain extracted from From header (using Public Suffix List)
|
||||
example: "example.com"
|
||||
return_path_domain:
|
||||
type: string
|
||||
description: Domain from Return-Path header
|
||||
example: "example.com"
|
||||
return_path_org_domain:
|
||||
type: string
|
||||
description: Organizational domain extracted from Return-Path header (using Public Suffix List)
|
||||
example: "example.com"
|
||||
dkim_domains:
|
||||
type: array
|
||||
items:
|
||||
|
|
@ -617,7 +625,11 @@ components:
|
|||
example: ["example.com"]
|
||||
aligned:
|
||||
type: boolean
|
||||
description: Whether all domains align
|
||||
description: Whether all domains align (strict alignment - exact match)
|
||||
example: true
|
||||
relaxed_aligned:
|
||||
type: boolean
|
||||
description: Whether domains satisfy relaxed alignment (organizational domain match)
|
||||
example: true
|
||||
issues:
|
||||
type: array
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue