X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/47d004587fc190f7649b76eca3e9d18a8dfa2ab6..687cac44312c8adc6f999882b49f0705bcb8613c:/src/src/dmarc.c diff --git a/src/src/dmarc.c b/src/src/dmarc.c index c005d4ab9..275ad46c7 100644 --- a/src/src/dmarc.c +++ b/src/src/dmarc.c @@ -83,8 +83,7 @@ int dmarc_init() int *netmask = NULL; /* Ignored */ int is_ipv6 = 0; char *tld_file = (dmarc_tld_file == NULL) ? - "/etc/exim/opendmarc.tlds" : - (char *)dmarc_tld_file; + DMARC_TLD_FILE : (char *)dmarc_tld_file; /* Set some sane defaults. Also clears previous results when * multiple messages in one connection. */