X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/31f5b3492bde6a055c0c349a3d46718bd5a7e4f0..c6a290f4d8df3734b3cdc2232b4334ff8386c1da:/src/src/dmarc.c diff --git a/src/src/dmarc.c b/src/src/dmarc.c index 750f9197f..060d3ef51 100644 --- a/src/src/dmarc.c +++ b/src/src/dmarc.c @@ -3,7 +3,7 @@ *************************************************/ /* DMARC support. Copyright (c) Todd Lyons 2012 - 2014 - Copyright (c) The Exim Maintainers 2019 + Copyright (c) The Exim Maintainers 2019 - 2021 License: GPL */ /* Portions Copyright (c) 2012, 2013, The Trusted Domain Project; @@ -254,7 +254,7 @@ if (!dmarc_history_file) DEBUG(D_receive) debug_printf("DMARC history file not set\n"); return DMARC_HIST_DISABLED; } -history_file_fd = log_create_as_exim(dmarc_history_file); +history_file_fd = log_open_as_exim(dmarc_history_file); if (history_file_fd < 0) {