pdkim icon indicating copy to clipboard operation
pdkim copied to clipboard

PDKIM is a C/C++ library that implements DKIM as specified in RFC4871. It is self-contained (no build dependencies except for a C library), and works on Unix and Windows platforms.

Results 2 pdkim issues
Sort by recently updated
recently updated
newest added

The defaulted signed headers include usually non-existing mailing list related headers such as `List-Id`: https://github.com/duncanthrax/pdkim/blob/2ef12ef6edd01c49037d8196aa0c0b7479e16e54/pdkim.c#L44-L51 This has the unfortunate effect that the non-existence of these headers is asserted. As most...

https://www.zone.eu/blog/2024/05/17/bimi-and-dmarc-cant-save-you/ DKIM signs *parts of* an email. Does pdkim make clear which parts of the message have not been validated ?