On Friday, January 9, 2004, 12:32:05, Chris Scott wrote:
>  ...
> Someone on the postfix list noted AOL was using it, but I'm not seeing the 
> same results they are:
>
> ; <<>> DiG 8.3 <<>> aol.com txt
> ;; res options: init recurs defnam dnsrch
> ;; got answer:
;; ->>>HEADER<<- opcode: QUERY, status: NOERROR, id: 2
> ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
> ;; QUERY SECTION:
> ;;      aol.com, type = TXT, class = IN
>
> Anyone see a TXT record for aol.com?

I'm seeing (or perhaps not-seeing :-) the same thing you are. There's a
thread on /.  http://slashdot.org/article.pl?sid=04/01/09/0435234
that has an example

$ dig aol.com txt

; <<>> DiG 9.2.2 <<>> aol.com txt
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 49576
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 4

;; QUESTION SECTION:
;aol.com.                       IN      TXT

;; ANSWER SECTION:

aol.com.                300     IN TXT "v=spf1 ip4:152.163.225.0/24
ip4:205.188.139.0/24 ip4:205.188.144.0/24 ip4:205.188.156.0/24
ip4:205.188.157.0/24 ip4:205.188.159.0/24 ip4:64.12.136.0/24
ip4:64.12.137.0/24 ip4:64.12.138.0/24 ptr:mx.aol.com -all"

;; AUTHORITY SECTION:
aol.com.                3071    IN      NS      dns-02.ns.aol.com.
aol.com.                3071    IN      NS      dns-06.ns.aol.com.
aol.com.                3071    IN      NS      dns-07.ns.aol.com.
aol.com.                3071    IN      NS      dns-01.ns.aol.com.

;; ADDITIONAL SECTION:
dns-02.ns.aol.com.      3273    IN      A       205.188.157.232
dns-06.ns.aol.com.      1887    IN      A       149.174.211.8
dns-07.ns.aol.com.      431     IN      A       64.12.51.132
dns-01.ns.aol.com.      192     IN      A       152.163.159.232

;; Query time: 110 msec
;; WHEN: Fri Jan  9 09:06:32 2004
;; MSG SIZE  rcvd: 405


-- 
[EMAIL PROTECTED]    "If it ain't broke, it doesn't have
Rod Dorman              enough features yet."


Reply via email to