Skip to content

Commit

Permalink
Updated Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbradshaw committed Aug 27, 2024
1 parent bf3457f commit b8bd00e
Showing 1 changed file with 22 additions and 13 deletions.
35 changes: 22 additions & 13 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{{$NEXT}}

** Thanks to Giovanni <[email protected]> for the changes in this release.

- Do not try to parse an IPv4 address unnecessarily

- Import RFC7208 Tests

- Update INSTALL file for Dist::Zilla changes

- referencing the same TXT record through multiple CNAME aliases is not permitted
by RFC7208

Expand All @@ -15,27 +15,36 @@

- Cache DNS results

- Misc dzil/build improvements
- Misc dzil/build/ci improvements

- SPF explanation text is restricted to 7-bit ascii

3.20240617 2024-06-17 Australia/Melbourne

- Update INSTALL file for Dist::Zilla changes
Thanks to Giovanni <[email protected]>

- Fix memory leak in Mail::SPF::Server when cacheing a Mail::SPF::MacroString
Thanks to Giovanni <[email protected]> and Felipe Gasper

- When mfrom is empty, create a synthetic mfrom (postmaster@helo) and check
that identity using the mfrom scope as specified in RFC7208

Thanks to Giovanni <[email protected]>

- Fix missing declare in Mail::SPF::Server

Thanks to Giovanni <[email protected]>

- require Mail::SPF::Mech when needed

Thanks to Giovanni <[email protected]>

- correctly handle empty labels

Thanks to Giovanni <[email protected]>

- use "try" instead of "eval"

Thanks to Giovanni <[email protected]>

- error out if the lookup fails

** Thanks to Giovanni <[email protected]> for the changes above.

- Fix memory leak in Mail::SPF::Server when cacheing a Mail::SPF::MacroString
Thanks to Giovanni <[email protected]> and Felipe Gasper
Thanks to Giovanni <[email protected]>

3.20240206 2024-02-06 UTC

Expand Down

0 comments on commit b8bd00e

Please sign in to comment.