eml used has a base64 encoded attachment. running generate_input.ts generates this error:
Error: No public key found on DKIM verification result
Logging the result.results[0] from result = await dkimVerify(email); yields this output:

so the bodyHash and bodyHashExpecting are not matching so its failing here:
|
if (signatureHeader.parsed?.bh?.value !== bodyHash) { |