On 3/25/2010 6:47 PM, Daryl C. W. O'Shea wrote:
On 25/03/2010 7:33 PM, Mark Martinec wrote:
Was there any decisions regarding the deprecation of the use of
Mail::SPF::Query that has been tossed around? I will admit I have not
looked through any bug report requests regarding this at all.
I haven't either. Hopefully Mark or someone else will chime in.
I believe the following statement from 3.3.0 release notes was imprecise:
- CPAN module requirements:
- no longer used: Mail::DomainKeys, Mail::SPF::Query;
Actually the Mail::DomainKeys is no longer used, but Mail::SPF::Query
is no longer REQUIRED, as Mail::SPF has been preferred for some time.
I think the code in the SPF plugin hasn't changed in any substantial
way, so it most likely still works with Mail::SPF::Query when Mail::SPF
is unavailable, Please try it.
Mark
That makes sense. FWIW, Mail::SPF::Query was no longer *required* when
support for Mail::SPF was introduced (sometime in 3.2 I think, maybe
3.2.0). You could install either and run SPF checks.
Daryl
Thank you both for the clarification on the statement in the notes.