From: Wolfgang Breyha Date: Fri, 4 Oct 2013 20:02:44 +0000 (-0700) Subject: Bug 1392: Change status text when no dmarc record X-Git-Tag: exim-4_82_RC3~9 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/645800e022d5e5a8dfe4fb76f3b11ea4982f1a14 Bug 1392: Change status text when no dmarc record --- diff --git a/src/src/dmarc.c b/src/src/dmarc.c index 627d43e65..6e516525f 100644 --- a/src/src/dmarc.c +++ b/src/src/dmarc.c @@ -325,7 +325,7 @@ int dmarc_process() { { case DMARC_POLICY_ABSENT: /* No DMARC record found */ dmarc_status = US"norecord"; - dmarc_pass_fail = US"temperror"; + dmarc_pass_fail = US"none"; dmarc_status_text = US"No DMARC record"; action = DMARC_RESULT_ACCEPT; break;