OpenSSL: tidy DH and ECDH param setup
[exim.git] / src / src / dmarc.h
index 3a3bc6d132b481ab2c966f04a13a3ef2382298d7..0b5307abba48833fb648011d24c9d915e7811c1b 100644 (file)
@@ -4,12 +4,13 @@
 
 /* Experimental DMARC support.
    Copyright (c) Todd Lyons <tlyons@exim.org> 2012 - 2014
+   Copyright (c) The Exim Maintainers 2021
    License: GPL */
 
 /* 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 SUPPORT_SPF
 # endif /* SUPPORT_SPF */
 
 /* prototypes */
+void dmarc_version_report(FILE *);
 int dmarc_init();
 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 *);
-static int dmarc_write_history_file();
 
-#define DMARC_AR_HEADER        US"Authentication-Results:"
 #define DMARC_VERIFY_STATUS    1
 
 #define DMARC_HIST_OK          1
@@ -58,4 +57,4 @@ static int dmarc_write_history_file();
 #define ARES_RESULT_UNKNOWN 11
 #define ARES_RESULT_DISCARD 12
 
-#endif /* EXPERIMENTAL_DMARC */
+#endif /* SUPPORT_DMARC */