bug-mailfromd


Search for: Advanced

Re: [Bug-mailfromd] proper use of dkim verify


> > Ok but then I don't really get why dkim is failing on everything from
> > sendgrid. Do you know how I can check this?
> 
> What's the return value from dkim_verify and what are the values of
> of dkim_explanation_code and dkim_explanation upon return from it?
> 


dkim_verify  = DKIM_VERIFY_PERMFAIL (from switch statement)
dkim_explanation = signature did not verify

I have added dkim_explanation_code now to the logging. 

Is there an easy way to log this d= and s= from the signature?