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

Module dns

Functions [hide private]
 
_get_txt(name)
Return a TXT record associated with a DNS name.
 
get_txt(name)
Return a TXT record associated with a DNS name.
 
get_txt_Milter_dns(name)
Return a TXT record associated with a DNS name.
 
get_txt_dnspython(name)
Return a TXT record associated with a DNS name.
 
get_txt_pydns(name)
Return a TXT record associated with a DNS name.
Variables [hide private]
  __package__ = 'dkim'
Function Details [hide private]

get_txt(name)

 

Return a TXT record associated with a DNS name.

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