git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea47e03
)
Bug 1392: Change status text when no dmarc record
author
Wolfgang Breyha
<wbreyha@gmx.net>
Fri, 4 Oct 2013 20:02:44 +0000
(13:02 -0700)
committer
Todd Lyons
<tlyons@exim.org>
Fri, 4 Oct 2013 20:03:53 +0000
(13:03 -0700)
src/src/dmarc.c
patch
|
blob
|
history
diff --git
a/src/src/dmarc.c
b/src/src/dmarc.c
index 627d43e65bb296948f168fe345a56861a1f15509..6e516525fd6b123625e496f718346a72b566af18 100644
(file)
--- 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;