Scott Kitterman wrote:
d40c236a7b592c5a51a055c3d1456650  python-dns_2.3.3-2~0etchtest_all.deb

This one gives me:

Traceback (most recent call last):
  File "/usr/share/python-support/python-spf/spf.py", line 1621, in ?
    print q.dns_spf(sys.argv[1])
  File "/usr/share/python-support/python-spf/spf.py", line 1010, in dns_spf
    a = [t for t in self.dns_txt(domain) if RE_SPF.match(t)]
  File "/usr/share/python-support/python-spf/spf.py", line 1045, in dns_txt
    return [''.join(a) for a in self.dns(domainname, 'TXT')]
  File "/usr/share/python-support/python-spf/spf.py", line 1150, in dns
    for k, v in DNSLookup(name, qtype, self.strict):
File "/usr/share/python-support/python-spf/spf.py", line 105, in DNSLookup
    raise TempError, 'DNS ' + str(x)
__main__.TempError: DNS Ran off end of data



> 0b94dde65e86ebc5ed59268532488c3b  python-dns_2.3.3-3_all.deb

This one throws the following:

Traceback (most recent call last):
  File "/usr/share/python-support/python-spf/spf.py", line 1621, in ?
    print q.dns_spf(sys.argv[1])
  File "/usr/share/python-support/python-spf/spf.py", line 1010, in dns_spf
    a = [t for t in self.dns_txt(domain) if RE_SPF.match(t)]
  File "/usr/share/python-support/python-spf/spf.py", line 1045, in dns_txt
    return [''.join(a) for a in self.dns(domainname, 'TXT')]
  File "/usr/share/python-support/python-spf/spf.py", line 1150, in dns
    for k, v in DNSLookup(name, qtype, self.strict):
  File "/usr/share/python-support/python-spf/spf.py", line 95, in DNSLookup
    resp = req.req()
  File "/usr/lib/python2.4/site-packages/DNS/Base.py", line 213, in req
    self.sendUDPRequest(server)
File "/usr/lib/python2.4/site-packages/DNS/Base.py", line 243, in sendUDPRequest
    r=self.processUDPReply()
File "/usr/lib/python2.4/site-packages/DNS/Base.py", line 112, in processUDPReply
    return self.processReply()
File "/usr/lib/python2.4/site-packages/DNS/Base.py", line 138, in processReply
    except UnpackError, msg:
NameError: global name 'UnpackError' is not defined


And it doesn't seem to be my ISPs DNS Server, because OpenDNS is showing the same behaviour. And my iptables config is also not the problem (tried with accepting everything).

I guess I have to contact my ISP then.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to