[exim-dev] [Bug 1392] DMARC status text wrong

Top Page
Delete this message
Reply to this message
Author: Git Commit
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1392] DMARC status text wrong
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1392

Git Commit <git@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |git@???





--- Comment #1 from Git Commit <git@???> 2013-10-04 21:17:16 ---
Git commit:
http://git.exim.org/exim.git/commitdiff/645800e022d5e5a8dfe4fb76f3b11ea4982f1a14

commit 645800e022d5e5a8dfe4fb76f3b11ea4982f1a14
Author:     Wolfgang Breyha <wbreyha@???>
AuthorDate: Fri Oct 4 13:02:44 2013 -0700
Commit:     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;



--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email