summaryrefslogtreecommitdiffstats
path: root/rfc1035/spf.c
AgeCommit message (Collapse)Author
2022-05-22gcc 12, autotool updates, sqwebmail fixes.Sam Varshavchik
2022-03-22Fix a few instances of misspellings of "occurred"Roel van Meer
See also: https://salsa.debian.org/debian/courier-unicode/-/blob/master/debian/patches/0004-Spelling-Fixes.patch
2019-07-308-bit clean SPF headers.Sam Varshavchik
2016-03-06"mx" keyword a no-op MX-less domains, rather than returning "error".Sam Varshavchik
2016-03-04Remove newlines from SPF error messages, were logged as ?s in headers.Sam Varshavchik
2014-11-05Implement support for SPF records with multiple strings.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.
2014-08-19Xepher <xepher@xepher.net> - fix SPF include recursion lookups.Sam Varshavchik
2013-08-25Initial checkinSam Varshavchik
Imported from subversion report, converted to git. Updated all paths in scripts and makefiles, reflecting the new directory hierarchy.