Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2019 20:48:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 241991] mail/py-pyspf
Message-ID:  <bug-241991-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241991

            Bug ID: 241991
           Summary: mail/py-pyspf
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: paul.le.gauret@gmail.com
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)
          Assignee: sunpoet@FreeBSD.org

Current version of pyspf sometimes generates errors while parsing SPF recor=
ds.
Issue is also known at Debian
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D940538

Debian maintainer has provided a patch (see below).

From: Scott Kitterman <scott@kitterman.com>
Date: Mon, 16 Sep 2019 23:18:58 -0400
Subject: fix DNSLookup API for pydns

---
 spf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spf.py b/spf.py
index 526e557..dec53ce 100755
--- a/spf.py
+++ b/spf.py
@@ -91,7 +91,7 @@ except ImportError:
         print('ipaddr module required: http://code.google.com/p/ipaddr-py/=
')


-def DNSLookup_pydns(name, qtype, tcpfallback=3DTrue, timeout=3D30):
+def DNSLookup_pydns(name, qtype, strict=3DTrue, timeout=3D20):

     try:
         req =3D DNS.DnsRequest(name, qtype=3Dqtype, timeout=3Dtimeout)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-241991-7788>