Re: InterPC.SPF and Test Suite
"Frank Ellermann" <[email protected]> Mon, 30 Jun 2008 16:06:18 +0200
| Newsgroups | gmane.mail.spam.spf.devel |
|---|---|
| Organization | <URL:http://purl.net/xyzzy> |
| Message-ID | <[email protected]> |
Eddy Minet wrote: > you can read more here : > http://msdn.microsoft.com/en-us/library/ms682032(VS.85).aspx Thanks. If I get this right you could simply *ignore* error DNS_ERROR_INVALID_NAME_CHAR, because what you are testing is no "DnsNameHostnameFull", but a "DnsNameDomain". And if all else fails you could do your own validation. The real thing is function "DnsQuery", and if that allows in essence any octet you're done. But I fear that none of the three variants (ANSI, Unicode, UTF-8) covers "any octet" :-( > if you already have think about a schema for the xml file it > would be easy for me to save back the object into XML datas. Julian and Stuart are the maintainers of the SPF test suite, maybe they chime in about that. Frank