= s/qmail/SPF/spfquery/dns_txt = fe lib に含まれるdns_txtというか、リゾルバーの動作に問題がある。 TC onの返答を受けたときの動作 https://linux.die.net/man/3/dns_txt It puts the concatenation of the TXT records into out and returns 0. If the domain does not exist in DNS, or has no TXT records, out will be empty. {{{ #include int dns_txt(stralloc* out,stralloc* fqdn); }}} つまり、s/qmail の実装はおかしくないのか。djb の実装なら動くのはなぜ。-- ToshinoriMaeno <> 違いを調べなくては。 https://cr.yp.to/djbdns/dns.html (DJBの説明) 出力の見方に問題か。ソースを比べてみる。 https://cr.yp.to/djbdns/tools.html https://cr.yp.to/djbdns/debugging.html == s/qmail dnstxt.c == [[/s/qmail]] [[/djbdns]]