+=head1 AUTHOR
+
+Matt Simerson
+
+=head1 ACKNOWLEDGEMENTS
+
+whomever wrote the original SPF plugin, upon which I based this.
+
=cut
-use Mail::SPF::Query 1.991;
+use strict;
+use Mail::SPF 2.000;
+use Data::Dumper;
sub register {
my ($self, $qp, @args) = @_;
@@ -34,40 +43,55 @@ sub
Ask Bjørn Hansen escribió:
On Feb 18, 2008, at 4:13 PM, Jared Johnson wrote:
Is there a good reason for the QP sender-permited-from plugin use
Mail::SPF::Query rather than Mail::SPF along with using best-guess and
trusted forwarder by default, or is it only because nobody has ported
it to
On Feb 18, 2008, at 4:13 PM, Jared Johnson wrote:
Is there a good reason for the QP sender-permited-from plugin use
Mail::SPF::Query rather than Mail::SPF along with using best-guess
and trusted forwarder by default, or is it only because nobody has
ported it to Mail::SPF?
I'm p
I stumbled upon the following information in an article at
http://www.openspf.org/Implementations
The Mail::SPF::Query Perl module was the very first implementation of SPF and
was the de facto reference implementation for quite some time. It roughly
conforms to the final SPFv1 specification