domainaware / parsedmarc

A Python package and CLI for parsing aggregate and forensic DMARC reports
https://domainaware.github.io/parsedmarc/
Apache License 2.0
981 stars 212 forks source link

WARNING:utils.py:309:IP database is more than a month old #381

Closed Ilyasbadr closed 1 year ago

Ilyasbadr commented 1 year ago

I´m getting since last week the following warning:

image

any advice how to solve the issue

Ilyasbadr commented 1 year ago

any advice?

wmax641 commented 1 year ago

There's an old packaged MaxMind DB included in this python module just to get some basic geoip lookup functionality working for dev/testing purposes (/parsedmarc/parsedmarc/resources/dbip-country-lite.mmdb )

If you want an up-to-date geoip DB, you'll have to obtain-and-maintain your own updated version - #see here in the docs