John Wood <john-misc@...> wrote:
> if (priv->priv_dkim != DKIM_STAT_OK) {
This should probably be changed as:
if (priv->priv_dkimstat != DKIM_STAT_OK) {
Can you give it a try?
--
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...Message
Re: [milter-greylist] DKIM and ACL syntax
2010-09-06 by manu@netbsd.org