Package: opendkim
Version: 2.0.1+dfsg-1

opendkim to asserts an error if a FinalPolicyScript is set.

In "opendkim.c" line 5038 there is this:

         if (dkimf_lua_final_hook(NULL, NULL,
                                  conf->conf_finalscript,
                                  &lres) != 0)

I believe those parameters are incorrect. The second NULL should not be there. It should probably be changed to something like the following which is similar to what the other hook calls use:

         if (dkimf_lua_final_hook(NULL,
                                  conf->conf_finalscript,
                                  str, &lres) != 0)

Debian squeeze-lts


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to