Improve list verification

This commit is contained in:
Sean Whalen
2025-08-19 20:02:55 -04:00
parent 5df152d469
commit 4bbd97dbaa
10 changed files with 2119 additions and 1863 deletions

View File

@@ -19,7 +19,7 @@ if [ -d "./../parsedmarc-docs" ]; then
fi
cd ..
cd parsedmarc/resources/maps
python3 sortmaps.py
python3 sortlists.py
echo "Checking for invalid UTF-8 bytes in base_reverse_dns_map.csv"
python3 find_bad_utf8.py base_reverse_dns_map.csv
cd ../../..