From: Brian Wellington Date: Mon, 13 Jul 2026 19:28:12 +0000 (-0700) Subject: Update BADTSIG text. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fmain;p=thirdparty%2Fdnspython.git Update BADTSIG text. --- diff --git a/dns/message.py b/dns/message.py index 8b984c27..27f8a2f6 100644 --- a/dns/message.py +++ b/dns/message.py @@ -67,7 +67,7 @@ class BadEDNS(dns.exception.FormError): class BadTSIG(dns.exception.FormError): """A TSIG record occurred somewhere other than the end of - the additional data section.""" + the additional data section or the class is not ANY.""" class UnknownTSIGKey(dns.exception.DNSException):