summaryrefslogtreecommitdiffstats
path: root/rfc1035/rfc1035mxlist.h
AgeCommit message (Collapse)Author
2021-11-11rfc1035mxlist: add an distinct return code for "MX ." reply.Sam Varshavchik
2014-09-10Fix SPF mx lookup failures.Sam Varshavchik
When A/AAAA records are not included in the MX response, explicitly query both A and AAAA records, instead of returning A records if they were found; also query AAAA before A. MX lookup for an SPF check -- new RFC1035_MX_QUERYALL flag to force both A and AAAA queries.
2013-08-25Initial checkinSam Varshavchik
Imported from subversion report, converted to git. Updated all paths in scripts and makefiles, reflecting the new directory hierarchy.