summaryrefslogtreecommitdiff
path: root/src/src/dmarc.h
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-01-05 13:33:42 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2018-01-05 14:06:17 +0000
commit7952eef9f77899f36b23f1b9fa679f459cd52ffd (patch)
tree302d001dd96b8b9164f133f40ccdee4fb34a4c09 /src/src/dmarc.h
parent3249f1b7dc4893c2b896db3813bc6222d2dc9bef (diff)
downloadexim4-7952eef9f77899f36b23f1b9fa679f459cd52ffd.tar.gz
SPF: promote from Experimental to mainline status
Diffstat (limited to 'src/src/dmarc.h')
-rw-r--r--src/src/dmarc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/src/dmarc.h b/src/src/dmarc.h
index 78e2a5b7b..764ff88ff 100644
--- a/src/src/dmarc.h
+++ b/src/src/dmarc.h
@@ -12,9 +12,9 @@
#ifdef EXPERIMENTAL_DMARC
# include "opendmarc/dmarc.h"
-# ifdef EXPERIMENTAL_SPF
+# ifdef SUPPORT_SPF
# include "spf2/spf.h"
-# endif /* EXPERIMENTAL_SPF */
+# endif /* SUPPORT_SPF */
/* prototypes */
int dmarc_init();