Releases: stalwartlabs/mail-auth
Releases Β· stalwartlabs/mail-auth
v0.5.0
mail-auth 0.5.0
- Fix: Use public suffix list for DMARC relaxed alignment verification (#37)
- Fix: Increase DNS lookup limit to 10 during SPF verification (#35)
v0.4.0
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.
v0.3.5
- Bump
ring
dependency to 0.17.
- Added
to_reverse_name
method to IpAddr
to convert an IP address to a reverse DNS domain name.
- Added
txt_raw_lookup
method to Resolver
to perform a raw TXT lookup.
v0.3.3
- Bump
mail-parser
dependency to 0.9
- Bump
trust-dns-resolver
dependency to 0.23
0.3.1
mail-auth 0.3.1
- Fix: Avoid panicking on invalid RSA key input (#17)
0.3.0
ring
backend support.
- API improvements:
DkimSigner
and ArcSealer
builders.
- Reverse IP authentication (iprev).
- MTA-STS lookup.
- SMTP TLS Report generation and parsing.
- Bug fixes.