OpenSSL: tidy DH and ECDH param setup
[exim.git] / src / src / dmarc.c
index 750f9197fa28999f1ccc3e742eda41d621836f8a..060d3ef510395e1338bb61071e30ab0b21a0a4ca 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 /* DMARC support.
    Copyright (c) Todd Lyons <tlyons@exim.org> 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)
   {