1 /*************************************************
2 * Exim - an Internet mail transport agent *
3 *************************************************/
5 /* Copyright (c) The Exim Maintainers 2024 */
6 /* See the file NOTICE for conditions of use and distribution. */
7 /* SPDX-License-Identifier: GPL-2.0-or-later */
9 /* API definitions for the dmarc module */
12 /* Function table entry numbers */
14 #define DMARC_PROCESS 0
15 #define DMARC_EXPAND_QUERY 1
16 #define DMARC_AUTHRES 2
17 #define DMARC_STORE_DATA 3