2016-07-05 by manu@...
Serge Stepanov serhioz@... [milter-greylist]
<milter-greylist@yahoogroups.com> wrote:
> There is an error in dkimcheck.c
>
> return (stat == ad ? *(enum spf_status *)ad : MGSPF_PASS);
>
> should be
>
> return (stat == (ad ? *(enum spf_status *)ad : MGSPF_PASS));
>
> So dkim acl's dont work since you changed dkimcheck.c after 4.514.
I am going to make a new release with that change if nobody complains
now...
--
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...