X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/6a1c2ef020854ef49c6a52ad4552d6b5ae1e1d1a..a85c067ba6c6940512cf57ec213277a370d87e70:/src/src/dmarc.h diff --git a/src/src/dmarc.h b/src/src/dmarc.h index ef967e0b7..f71f1fd5a 100644 --- a/src/src/dmarc.h +++ b/src/src/dmarc.h @@ -3,8 +3,10 @@ *************************************************/ /* Experimental DMARC support. + Copyright (c) The Exim Maintainers 2021 - 2022 Copyright (c) Todd Lyons 2012 - 2014 License: GPL */ +/* SPDX-License-Identifier: GPL-2.0-only */ /* Portions Copyright (c) 2012, 2013, The Trusted Domain Project; All rights reserved, licensed for use per LICENSE.opendmarc. */ @@ -17,6 +19,7 @@ # endif /* SUPPORT_SPF */ /* prototypes */ +gstring * dmarc_version_report(gstring *); int dmarc_init(); int dmarc_store_data(header_line *); int dmarc_process();