Package dkim :: Module dnsplug
[hide private]
[frames] | no frames]

Module dnsplug

source code

Functions [hide private]
 
get_txt_dnspython(name, timeout=5)
Return a TXT record associated with a DNS name.
source code
 
get_txt_pydns(name, timeout=5)
Return a TXT record associated with a DNS name.
source code
 
get_txt_Milter_dns(name, timeout=5)
Return a TXT record associated with a DNS name.
source code
D[k] if k in D, else d
_get_txt(D, k, d=...)
d defaults to None.
source code
 
get_txt(name, timeout=5)
Return a TXT record associated with a DNS name.
source code
Variables [hide private]
  __package__ = 'dkim'
Function Details [hide private]

get_txt(name, timeout=5)

source code 

Return a TXT record associated with a DNS name.

Parameters:
  • name - The bytestring domain name to look up.