X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fdmarc.h;h=ef967e0b7232ab6bdf9a8b7455857e21a8bdd1d3;hb=6a1c2ef020854ef49c6a52ad4552d6b5ae1e1d1a;hp=63d451c5d44597e9d41099ffce6791407ea16c1b;hpb=c007c9748e22d0d518cf254f31504d4a7a4db1ee;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/dmarc.h b/src/src/dmarc.h index 63d451c5d..ef967e0b7 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 +# ifdef SUPPORT_SPF # include "spf2/spf.h" -# endif /* EXPERIMENTAL_SPF */ +# endif /* SUPPORT_SPF */ /* prototypes */ int dmarc_init(); @@ -22,11 +22,7 @@ int dmarc_store_data(header_line *); 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 **); -#define DMARC_AR_HEADER US"Authentication-Results:" #define DMARC_VERIFY_STATUS 1 #define DMARC_HIST_OK 1 @@ -59,4 +55,4 @@ void dmarc_send_forensic_report(u_char **); #define ARES_RESULT_UNKNOWN 11 #define ARES_RESULT_DISCARD 12 -#endif /* EXPERIMENTAL_DMARC */ +#endif /* SUPPORT_DMARC */