Yahoo Groups archive

Milter-greylist

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

Message

Re: [milter-greylist] DKIM and ACL syntax

2010-09-17 by manu@netbsd.org

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

Attachments

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.