Please test the version in squeeze-backports and see if it works better. You're almost certainly better off running that version anyway.
Scott K On Sunday, November 23, 2014 19:19:36 Chris wrote: > 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
signature.asc
Description: This is a digitally signed message part.