--- On Wed, 2/24/10, Steffen Kaiser <[email protected]> wrote: > I was logging SPF results, basically made by: > > my $q = new Mail::SPF::Query ( ... > > I noticed that lots of users have forwarded mail resulting > the query to return "fail". > ...
Why are you using Mail::SPF::Query? That package was depreciated 3 years ago in favor of the newer Mail:SPF, the latter which handles other cases such as IPv6 entries that ::Query didn't understand. http://search.cpan.org/~jmehnle/Mail-SPF-Query-1.999.1/lib/Mail/SPF/Query.pm Look at the BUGS and NON-STANDARD FEATURES sections. http://search.cpan.org/~jmehnle/Mail-SPF-v2.007/lib/Mail/SPF.pm This is the fully RFC 4408 compliant version. _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

