-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7864a33
commit bf3457f
Showing
1 changed file
with
21 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,41 @@ | ||
{{$NEXT}} | ||
|
||
- Do not try to parse an IPv4 address unnecessarily | ||
|
||
- Import RFC7208 Tests | ||
|
||
- 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 | ||
- referencing the same TXT record through multiple CNAME aliases is not permitted | ||
by RFC7208 | ||
|
||
- Make it clear that BlackMagic module is not available | ||
|
||
- Fix checks for IPv4-mapped IPv6 connections | ||
|
||
- Cache DNS results | ||
|
||
- Misc dzil/build improvements | ||
|
||
- SPF explanation text is restricted to 7-bit ascii | ||
|
||
- 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]> | ||
|
||
** 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 | ||
|
||
3.20240206 2024-02-06 UTC | ||
|
||
|