[exim-cvs] Bug 1392: Change status text when no dmarc record

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] Bug 1392: Change status text when no dmarc record
Gitweb: http://git.exim.org/exim.git/commitdiff/645800e022d5e5a8dfe4fb76f3b11ea4982f1a14
Commit:     645800e022d5e5a8dfe4fb76f3b11ea4982f1a14
Parent:     ea47e03b7c3232f2b5008298af3f26439a55c7c1
Author:     Wolfgang Breyha <wbreyha@???>
AuthorDate: Fri Oct 4 13:02:44 2013 -0700
Committer:  Todd Lyons <tlyons@???>
CommitDate: Fri Oct 4 13:03:53 2013 -0700


    Bug 1392: Change status text when no dmarc record
---
 src/src/dmarc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/src/src/dmarc.c b/src/src/dmarc.c
index 627d43e..6e51652 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;