John Wood <john-misc@...> wrote:
> where should I poke around next? I
In dkimcheck_validate(), shoudn't this:
stat = ad ? *(enum spf_status *)ad : MGSPF_PASS;
Be in fact something more like this (not tested, not even built)
stat = ad ? ad->dkim_status : MGSPF_PASS;
And same problem in acl_print_dkim(). Of couse, ad being an union, it
should not makeany difference, but how knows how the compiler builds it?
--
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...Message
Re: [milter-greylist] DKIM and ACL syntax
2010-09-17 by manu@netbsd.org