------- 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 <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




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

commit 645800e022d5e5a8dfe4fb76f3b11ea4982f1a14
Author:     Wolfgang Breyha <[email protected]>
AuthorDate: Fri Oct 4 13:02:44 2013 -0700
Commit:     Todd Lyons <[email protected]>
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

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##

Reply via email to