> 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?
Aye, I'd actually tried that but it results in a crash/core.
Sep 5 21:26:40 nyima milter-greylist: DKIM failed: Bad signature
Sep 5 21:26:41 nyima sm-mta[24579]: o864QYGu024579:
milter_sys_read(milter-greylist): cmd read returned 0, expecting 5
Sep 5 21:26:41 nyima sm-mta[24579]: o864QYGu024579: Milter
(milter-greylist): to error state
and the core:
#0 0x0804ca90 in real_eom (ctx=Cannot access memory at address
0xbf000008
) at milter-greylist.c:918
918 if ((stat = dkimcheck_eom(priv)) != SMFIS_CONTINUE)
Hrm, possibly an over-aggressive free in there...
JohnMessage
Re: [milter-greylist] DKIM and ACL syntax
2010-09-06 by John Wood
Attachments
- No local attachments were found for this message.