On Wednesday, April 10, 2019 09:16:56 PM Dave Crocker wrote:
> On 4/10/2019 8:37 PM, Scott Kitterman wrote:
> >>>> print(response.additional)
> > 
> > []
> 
> Turns out that's what I was especially hoping to see.
> 
Great.  I checked and dnspython can do that too:

>>> import dns.resolver
>>> a = dns.resolver.query('google.com', dns.rdatatype.TXT)
>>> print(a.response.additional)
[]

Scott K

_______________________________________________
dmarc mailing list
dmarc@ietf.org
https://www.ietf.org/mailman/listinfo/dmarc

Reply via email to