|
pymilter
1.0.5
|
Provide a higher level interface to pydns. More...
Classes | |
| class | Session |
Functions | |
| def | DNSLookup (name, qtype) |
| Lookup DNS records by label and RR type. More... | |
Variables | |
| int | MAX_CNAME = 10 |
| s = Session() | |
Provide a higher level interface to pydns.
| def Milter.dns.DNSLookup | ( | name, | |
| qtype | |||
| ) |
Lookup DNS records by label and RR type.
The response can include records of other types that the DNS server thinks we might need.
| name | the DNS label to lookup |
| qtype | the name of the DNS RR type to lookup |
Referenced by Milter.dns.Session.dns().