[Bug 268030] mail/py-pyspf: IPv6 malfunction improvement

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 28 Nov 2022 05:15:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268030

            Bug ID: 268030
           Summary: mail/py-pyspf: IPv6 malfunction improvement
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: takefu@airport.fm
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)
          Assignee: sunpoet@FreeBSD.org

Created attachment 238388
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=238388&action=edit
py-pyspf-2.0.14_1.patch

Fixed not working properly with IPv6.

$ > spf.py 2610:1c1:1:606c::50:15 FreeBSD.org localhost
$ /usr/local/bin/spf.py:131: DeprecationWarning: please use
dns.resolver.resolve() instead
$   answers = dns.resolver.query(name, qtype, lifetime=timeout)
$ result: ('softfail', 250, 'domain owner discourages use of this host') ~all

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