domainaware / checkdmarc

A parser for SPF and DMARC DNS records
https://domainaware.github.io/checkdmarc
Apache License 2.0
251 stars 77 forks source link

Python 3.7 warning (UserWarning: This function returns the private suffix) #46

Closed daftu closed 5 years ago

daftu commented 5 years ago

When running script on python 3.7 got this before result (result is OK).

/usr/local/lib/python3.7/site-packages/publicsuffix2/__init__.py:362: UserWarning: This function returns the private suffix, SLD, or registrable domain. This equivalent to function get_sld(). To get the public suffix itself, use get_tld().
  UserWarning
seanthegeek commented 5 years ago

Thanks. This is fixed in checkdmarc 4.2.3