This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| # | |
| # get_subnets_of_spf_record_mynetworks.py | |
| # Resolve all known ip addresses from spf record and generate cidr map for postfix | |
| # Version 2.0 | |
| # Updated by Danny Schmarsel (https://lichtmetzger.de) | |
| # - just a small update for python3 | |
| # | |
| # Version 1.0 |