From: Peter K. <pet...@gm...> - 2008-04-14 11:54:51
|
Hello, I would like to use libDKIM for incoming email DKIM verification and have trouble interpreting the results. Basically, what I need is to boil down the DKIM testing results to easily comprehensible ones like "Not signed", "Not signed, but should be (SSP)", "Forged" and "Error". What would be the proper way (if any) to do this? Also, I'm not sure which part of the evaluation process is the best for making the above decision about the email - DKIMVerifyProcess(), DKIMVerifyResults() or per signature in DKIMVerifyGetDetails()? Peter |