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

Top Page
Delete this message
Reply to this message
Author: Wolfgang Breyha
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1392] New: 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
           Summary: DMARC status text wrong
           Product: Exim
           Version: N/A
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: ACLs
        AssignedTo: jgh146exb@???
        ReportedBy: wbreyha@???
                CC: exim-dev@???



According to
http://tools.ietf.org/html/draft-kucherawy-dmarc-base-01#page-44
Section 16.2 ... I think the status text for "norecord" should be "none" in the
Authentication-Results-Header instead of "temperror".

--- dmarc.c.orig        2013-09-24 17:37:29.000000000 +0200
+++ dmarc.c     2013-10-04 14:24:50.000000000 +0200
@@ -323,7 +325,7 @@
     {
       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