X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/1a2e76e1676bf405a464a233950a95012533c227..1ddb1855402d48ad735e46abaf0d662e45600ecd:/src/src/dmarc.h diff --git a/src/src/dmarc.h b/src/src/dmarc.h index c94d939cc..de68372ee 100644 --- a/src/src/dmarc.h +++ b/src/src/dmarc.h @@ -4,6 +4,7 @@ /* Experimental DMARC support. Copyright (c) Todd Lyons 2012 - 2014 + Copyright (c) The Exim Maintainers 2021 License: GPL */ /* Portions Copyright (c) 2012, 2013, The Trusted Domain Project; @@ -17,15 +18,13 @@ # endif /* SUPPORT_SPF */ /* prototypes */ +gstring * dmarc_version_report(gstring *) 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