{headerAnalysis.domain_alignment.from_domain || '-'}{headerAnalysis.domain_alignment.return_path_domain || '-'}| Header | Present | Valid | Value |
|---|---|---|---|
{name}
{#if check.importance}
{check.importance}
{/if}
|
{#if check.present && check.valid !== undefined} {:else} - {/if} |
{check.value || '-'}
{#if check.issues && check.issues.length > 0}
{#each check.issues as issue}
{issue}
{/each}
{/if}
|
{#if hop.with}
Protocol: {hop.with}
{/if}
{#if hop.id}
ID: {hop.id}
{/if}