=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== postfix-mta-sts-resolver-1.0.0/postfix_mta_sts_resolver/responder.py-171- # Skip lookups to non-domains postfix-mta-sts-resolver-1.0.0/postfix_mta_sts_resolver/responder.py:172: if domain.startswith('.') or is_ipaddr(domain): postfix-mta-sts-resolver-1.0.0/postfix_mta_sts_resolver/responder.py-173- return netstring.encode(b'NOTFOUND ') ############################################## postfix-mta-sts-resolver-1.0.0/postfix_mta_sts_resolver/utils.py-162- postfix-mta-sts-resolver-1.0.0/postfix_mta_sts_resolver/utils.py:163:def is_ipaddr(addr): postfix-mta-sts-resolver-1.0.0/postfix_mta_sts_resolver/utils.py-164- try: