{report ? `Test${report.dns_results ? ` of ${report.dns_results.from_domain}` : ""} ${report.test_id?.slice(0, 7) || ""}` : test ? `Test ${test.id.slice(0, 7)}` : "Loading..."} - happyDeliver
{#if loading}
Loading...

Loading test...

{:else if error} {:else if test && test.status !== "analyzed"} fetchTest()} /> {:else if report}
{#if report.header_analysis?.received_chain && report.header_analysis.received_chain.length > 0}
{/if} {#if report.dns_results}
{/if} {#if report.authentication}
{/if} {#snippet blacklistChecks(blacklists: BlacklistRecords, report: Report)} {/snippet} {#snippet whitelistChecks(whitelists: BlacklistRecords)} {/snippet} {#if report.blacklists && report.whitelists && Object.keys(report.blacklists).length == 1 && Object.keys(report.whitelists).length == 1}
{@render blacklistChecks(report.blacklists, report)}
{@render whitelistChecks(report.whitelists)}
{:else} {#if report.blacklists && Object.keys(report.blacklists).length > 0}
{@render blacklistChecks(report.blacklists, report)}
{/if} {#if report.whitelists && Object.keys(report.whitelists).length > 0}
{@render whitelistChecks(report.whitelists)}
{/if} {/if} {#if report.header_analysis} {/if} {#if report.spamassassin || report.rspamd}
{#if report.spamassassin}
{/if} {#if report.rspamd}
{/if}
{/if} {#if report.content_analysis}
{/if}
{/if}