Support for rfc 7208
"Bruncsak, Attila via spf-devel" <[email protected]> Wed, 08 Oct 2014 14:25:41 +0200
| Newsgroups | gmane.mail.spam.spf.devel |
|---|---|
| Message-ID | <[email protected]> |
--=-No1YVO5Je6OO9oY5naHu Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Hello, I do not know is there any move in the code base towards supporting RFC 7208? Attached a simple patch which contains partial move to support that new RFC: the usage of SPF DNS type query is disabled. Best, Attila --=-No1YVO5Je6OO9oY5naHu Content-Disposition: attachment; filename="spfpatch.txt" Content-Type: text/plain; name="spfpatch.txt"; charset="UTF-8" Content-Transfer-Encoding: 7bit --- ./src/libspf2/spf_server.c.sav0 2012-01-28 09:24:47.000000000 +0100 +++ ./src/libspf2/spf_server.c 2014-06-19 14:09:07.000000000 +0200 @@ -346,7 +346,7 @@ spf_response, spf_recordp); /* I am VERY, VERY sorry about the gotos. Shevek. */ - rr_type = ns_t_spf; + rr_type = ns_t_txt; retry: rr_txt = SPF_dns_lookup(resolver, domain, rr_type, TRUE);