I must be doing something wrong. Changed dmarc.c, recompiled but still the same:
arc_policy $d json:[] -----Oorspronkelijk bericht----- Van: Jeremy Harris via Exim-users <[email protected]> Verzonden: Saturday, 25 November 2023 16:40 Aan: [email protected] Onderwerp: [exim] Re: dmarc_history_file - incomplete data logged for spf and dkim On 11/25/23 15:12, Jacco van Gent via Exim-users wrote: > I guess there is a problem in exim’s implementation of ARC. > > I compiled 4.97 with experimental_arc=true > > Added some lines to exim4.conf to verify arc. > > This is what exim outputs to opendmarc.dat: > arc_policy $d json:[] > > the last line will make sure import cannot be run, as it expects an integer > not $d. Thanks for spotting and reporting this. It's a simple typo in the souece: dmarc.c about line 314 - change the $ into %. -- Cheers, Jeremy -- ## subscription configuration (requires account): ## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/ ## unsubscribe (doesn't require an account): ## [email protected] ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/ -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean -- ## subscription configuration (requires account): ## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/ ## unsubscribe (doesn't require an account): ## [email protected] ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
