Comparison Tool
Setup of the Comparison Tool
Step-by-step instructions for requesting, installing, and running the Guardian Mail Comparison Tool in logfile mode to evaluate DNSBL performance using your own mail logs.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Step-by-step instructions for requesting, installing, and running the Guardian Mail Comparison Tool in logfile mode to evaluate DNSBL performance using your own mail logs.
$ chmod +x ami_compare_linux
$ ./ami_compare.linux
Usage: ami_compare.linux --apikey <apikey> --list <list> <filename>
Options:
--version Show version number [boolean]
--apikey Guardian Mail API key [required]
--list DNS suffix of the DNSBL to compare against [required]
--debug Write debug output to stderr [boolean]
--cache Cache result data to reduce DNS load [boolean]
-h, --help Show help [boolean]
Copyright 2021, Abusix Inc.
Node v8.17.0 (x64)
Using DNS servers: 1.1.1.1
Not enough non-option arguments: got 0, need at least 1
$ grep -Poh '\d+\.\d+\.\d+\.\d+' /var/log/mail.log | sort | uniq -c | sort -rn > ips_to_test