X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fdmarc.c;h=8a9cdce0dc467557f736fc712a188123d897e26b;hb=25f3b885dbfd1ba330521c8fe106876667a31bb7;hp=750f9197fa28999f1ccc3e742eda41d621836f8a;hpb=31f5b3492bde6a055c0c349a3d46718bd5a7e4f0;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/dmarc.c b/src/src/dmarc.c index 750f9197f..8a9cdce0d 100644 --- a/src/src/dmarc.c +++ b/src/src/dmarc.c @@ -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) {