Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-28 23:32 UTC

Thread

dkim acl dont work

dkim acl dont work

2016-07-04 by Serge Stepanov

Hi.
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.



Re: [milter-greylist] dkim acl dont work

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@...

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.