Skip Menu |

This queue is for tickets about the Mail-SPF-Query CPAN distribution.

Report information
The Basics
Id: 17099
Status: resolved
Priority: 0/
Queue: Mail-SPF-Query

People
Owner: JMEHNLE [...] cpan.org
Requestors: bob [...] bobcatos.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in:
  • 1.997
  • 1.998
Fixed in: 1.999



Subject: test 219 fails
Test 219 fails thusly: Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_all....ok 217/223# Test 219 got: "explanation: DNS error while looking up servfail.spf1-test.mailzone.com TXT: RCODE: SERVFAIL" (t/00_all.t at line 109 fail #192) # Expected: "explanation: DNS error while looking up servfail.spf1-test.mailzone.com TXT: SERVFAIL" # t/00_all.t line 109 is: my $ok = (! $expected_smtp_comment | 10.spf1-test.mailzone.com new: ipv4=192.0.2.200, sender=10.spf1-test.mailzone.com, helo=10.spf1-test.mailzone.com | postmaster 10.spf1-test.mailzone.com localpart is postmaster || postmaster 10.spf1-test.mailzone.com DirectiveSet->new(): doing TXT query on 10.spf1-test.mailzone.com || postmaster 10.spf1-test.mailzone.com myquery: doing TXT query on 10.spf1-test.mailzone.com I tried v1.997 and it also failed the same way. Looks like the response of servfail.spf1-test.mailzone.com has changed. I'm running Perl v5.8.6 on a pretty much out-of-box FedoraCore 4 installation.
On Mon Jan 16 18:17:04 2006, guest wrote: Show quoted text
> Test 219 fails thusly: > Running make test > [...] > > I tried v1.997 and it also failed the same way. Looks like the > response of servfail.spf1-test.mailzone.com has changed.
This is a known issue with some intermediate DNS servers that don't return (i.e. pass on to you) the SERVFAIL response but simply time out. This issue can be safely ignored, but a 1.999 release will soon be released that marks test 219 as non-critical.
Subject: Re: [rt.cpan.org #17099] test 219 fails
Date: Mon, 16 Jan 2006 18:03:33 -0600
To: Julian Mehnle via RT <bug-Mail-SPF-Query [...] rt.cpan.org>
From: Bob McClure Jr <bob [...] bobcatos.com>
On Mon, Jan 16, 2006 at 06:50:18PM -0500, Julian Mehnle via RT wrote: Show quoted text
> On Mon Jan 16 18:17:04 2006, guest wrote:
> > Test 219 fails thusly: > > Running make test > > [...] > > > > I tried v1.997 and it also failed the same way. Looks like the > > response of servfail.spf1-test.mailzone.com has changed.
> > This is a known issue with some intermediate DNS servers that don't > return (i.e. pass on to you) the SERVFAIL response but simply time out. > > This issue can be safely ignored, but a 1.999 release will soon be > released that marks test 219 as non-critical.
Excellent! Thank you sir. Cheers, -- Bob McClure, Jr. Bobcat Open Systems, Inc. bob@bobcatos.com http://www.bobcatos.com Peace at any price is inflationary.
This issue has been resolved in Mail::SPF::Query 1.999, released on CPAN.