diff --git a/CHANGES b/CHANGES index a87a480..c41e949 100644 --- a/CHANGES +++ b/CHANGES @@ -4,13 +4,14 @@ # ! = Changed something significant, or removed a feature # * = Fixed a bug, or made a minor improvement ---- 2.008 UNRELEASED +--- 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) * Changed default_authority_explanation ('Why' reject text) to point to openspf.net instead of openspf.org due to extended outage * Fix incorrect version string * Ensure all variables are initialized prior to being passed to syslog + (LP: #806926) --- 2.007 (2008-07-25 22:24 -0400) * Update documentation and examples, see Debian bugs 492420 and 492421 for diff --git a/INSTALL b/INSTALL index 21b2fb8..edc3cec 100644 --- a/INSTALL +++ b/INSTALL @@ -7,7 +7,7 @@ postfix-policyd-spf-perl: Perl 5.6 version NetAddr-IP 4 - Mail-SPF (not Mail-SPF-Query) + Mail-SPF (not Mail-SPF-Query) version 2.006 or later Installing ---------- diff --git a/README b/README index 36e7555..86993a4 100644 --- a/README +++ b/README @@ -1,10 +1,10 @@ -postfix-policyd-spf-perl 2.007 +postfix-policyd-spf-perl 2.008 A Postfix SMTPd policy server for SPF checking -(C) 2007-2008 Scott Kitterman +(C) 2007-2008,2012 Scott Kitterman (C) 2007 Julian Mehnle (C) 2003-2004 Meng Weng Wong Thanks for contributions by various members of the SPF project - + ============================================================================== postfix-policyd-spf-perl is a Postfix SMTPd policy server for SPF checking. @@ -13,6 +13,7 @@ Mail::SPF is a complete re-implementation of SPF based on the final SPF RFC, RFC 4408. It shares no code with the older Mail::SPF::Query that was the original SPF development implementation. If you are upgrading from on older (<< 2.000) version of this policy server you will need to install Mail::SPF. +At least version 2.006 of Mail::SPF is required. This version of the policy server always checks HELO before Mail From (older versions just checked HELO if Mail From was null). It will reject mail that