KIC-8462852
KIC-8462852
I'm facing this issue too since I started using 2.11.0. I've used 2.10.3 for years in the same environment and never had this problem. I upgraded from version 2.10.3 to...
I'm facing this issue too since I started using 2.11.0. I've used 2.10.3 for years in the same environment and never had this problem. I upgraded from version 2.10.3 to...
You are wrong @BastienDurel. First, there is no function **opendmarc_arcseal_lookup()** here. Second, the mentioned patch [#183 ](https://github.com/trusteddomainproject/OpenDMARC/issues/183) is all about adding NULL checks precisely in **opendmarc_arcseal_parse()**. Did you apply the...
Open [#242](https://github.com/trusteddomainproject/OpenDMARC/issues/242)
> How opendkim was installed (package or compile, if it was your own compile, what configure args you used): configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/sbin --infodir=/usr/share/info --mandir=/usr/share/man --enable-filter --enable-shared --disable-static --disable-debug...
@Steve-Siirila "Is the patch in the EPEL pipeline?" I don't think so. I posted the patch on Jun 25 and have not received any comment so far. I can only...
I wrote this patch that fixes ARC overwrite for quarantines. [opendmarc-arc-overwrite-for-quarantines-patch.txt](https://github.com/trusteddomainproject/OpenDMARC/files/6697440/opendmarc-arc-overwrite-for-quarantines-patch.txt)
Hi @glts Indeed, surely, no doubt. I remember that two years ago, when I wrote the patch for issue [#183](https://github.com/trusteddomainproject/OpenDMARC/issues/183), I came across this question. Formally, in case of a...
Of course this is a bug that needs to be fixed. Instead of: if (list_buf != NULL || size_of_buf > 0) the code at [libopendmarc/opendmarc_policy.c#L1478](https://github.com/trusteddomainproject/OpenDMARC/blob/master/libopendmarc/opendmarc_policy.c#L1478) should be: if (list_buf !=...
> Thank you for the detailed analysis! I'd like to reach out to the author of this library to address this issue. Do you have a link for submitting bugs...