domainaware / checkdmarc

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

Breaking check_domains method implementation into several more manageable methods #93

Closed aharpour closed 1 year ago

aharpour commented 1 year ago

Hi, I wanted to be able to call each part of check_domains independently, so I extracted several methods from check_domains. This way, it is also easier to read and maintain and has a lower cyclomatic complexity. My apologies for the lack of documentation. Best regards Ebrahim Aharpour

seanthegeek commented 1 year ago

Thanks!