* Chomp erroneus NULLs off the end of local and authority explanations to

work around a Mail::SPF bug (in Mail::SPF versions prior to 2.008)
    - Patch thanks to Allison Randal
This commit is contained in:
Scott Kitterman 2012-01-25 22:54:02 -05:00
commit 39a6d9bcd6
2 changed files with 20 additions and 4 deletions

View file

@ -5,6 +5,9 @@
# * = Fixed a bug, or made a minor improvement
--- 2.009 UNRELEASED
* Chomp erroneus NULLs off the end of local and authority explanations to
work around a Mail::SPF bug (in Mail::SPF versions prior to 2.008)
- Patch thanks to Allison Randal
--- 2.008 (2012-01-19 13:46 -0500)
! Query only TXT and not DNS RR Type SPF records to reduce unnecessary DNS
lookups (LP: #161133)