]> Andreas Glashauser | Gitweb - reputationchecker.git/commit
Initial commit main
authorAndreas Glashauser <ag@andreasglashauser.com>
Sat, 29 Mar 2025 22:59:45 +0000 (23:59 +0100)
committerAndreas Glashauser <ag@andreasglashauser.com>
Sat, 29 Mar 2025 22:59:45 +0000 (23:59 +0100)
commitb5a55bc584b7eddbaf5922c78d9faa6bdbc61e3f
treec0a1cf5c700f1b97bde273b66fef3b3f416df0b4
Initial commit
19 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
config/dnsbl_config.py [new file with mode: 0644]
handlers/barracuda.py [new file with mode: 0644]
handlers/base.py [new file with mode: 0644]
handlers/blocklist_de.py [new file with mode: 0644]
handlers/cinsscore.py [new file with mode: 0644]
handlers/dronebl.py [new file with mode: 0644]
handlers/hostkarma.py [new file with mode: 0644]
handlers/mailspike.py [new file with mode: 0644]
handlers/spamcop.py [new file with mode: 0644]
handlers/spamhaus.py [new file with mode: 0644]
handlers/spamrats.py [new file with mode: 0644]
models/dnsbl.py [new file with mode: 0644]
reputationchecker.py [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
utils/ip.py [new file with mode: 0644]
utils/validators.py [new file with mode: 0644]