Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@mdecimus mdecimus released this 18 May 08:29
· 11 commits to main since this release

mail-auth 0.4.0

  • DKIM verification defaults to strict mode and ignores signatures with a l= tag to avoid exploits (see https://stalw.art/blog/dkim-exploit). Use AuthenticatedMessage::parse_with_opts(&message, false) to enable relaxed mode.
  • Parsed fields are now public.