Re: New libspf2 release

Eugene Crosser <[email protected]> Thu, 16 Oct 2008 00:10:07 +0400
Newsgroups gmane.mail.spam.spf.devel,gmane.mail.spam.spf.discuss,gmane.mail.spam.spf.help
Message-ID <[email protected]>
Scott Kitterman wrote:
> There is (at last) a new libspf2 release.

This does not look good to me.

The old one:

$ /usr/local/libspf2-1.2.5/bin/spfquery -ip 127.0.0.1 -sender
[email protected]
pass

spfquery: localhost is always allowed.
Received-SPF: pass (spfquery: localhost is always allowed.)
client-ip=127.0.0.1; [email protected];

but the new one:

$ /usr/local/libspf2-1.2.8/bin/spfquery -ip 127.0.0.1 -sender
[email protected]
spf_interpret.c:60   Error: spf_record is NULL
Aborted

Am I missing something? Is there any kind of changelog anywhere?

Eugene