X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Fdmarc.h;h=c94d939cc05f12662a613bd9553d81f4a1408ece;hb=691ca88ca06899e02e77cb28fbf075de450607bc;hp=ee78450a686ae8ec1d1174b9fc3f05fade9948aa;hpb=44649fdb169979af3c5a08b10889d1ecee48a469;p=exim.git diff --git a/src/src/dmarc.h b/src/src/dmarc.h index ee78450a6..c94d939cc 100644 --- a/src/src/dmarc.h +++ b/src/src/dmarc.h @@ -9,12 +9,12 @@ /* Portions Copyright (c) 2012, 2013, The Trusted Domain Project; All rights reserved, licensed for use per LICENSE.opendmarc. */ -#ifdef EXPERIMENTAL_DMARC +#ifdef SUPPORT_DMARC -#include "opendmarc/dmarc.h" -#ifdef EXPERIMENTAL_SPF -#include "spf2/spf.h" -#endif /* EXPERIMENTAL_SPF */ +# include "opendmarc/dmarc.h" +# ifdef SUPPORT_SPF +# include "spf2/spf.h" +# endif /* SUPPORT_SPF */ /* prototypes */ int dmarc_init(); @@ -23,8 +23,7 @@ int dmarc_process(); uschar *dmarc_exim_expand_query(int); uschar *dmarc_exim_expand_defaults(int); uschar *dmarc_auth_results_header(header_line *,uschar *); -int dmarc_write_history_file(); -void dmarc_send_forensic_report(u_char **); +static int dmarc_write_history_file(); #define DMARC_AR_HEADER US"Authentication-Results:" #define DMARC_VERIFY_STATUS 1 @@ -59,4 +58,4 @@ void dmarc_send_forensic_report(u_char **); #define ARES_RESULT_UNKNOWN 11 #define ARES_RESULT_DISCARD 12 -#endif /* EXPERIMENTAL_DMARC */ +#endif /* SUPPORT_DMARC */