Hello I got this issue :
hostkarma.junkemailfilter.com return a list of code as the documentations says : http://wiki.junkemailfilter.com/index.php/Spam_DNS_Lists
127.0.0.1 - whilelist - trusted nonspam
127.0.0.2 - blacklist - block spam
127.0.0.3 - yellowlist - mix of spam and nonspam
127.0.0.4 - brownlist - all spam - but not yet enough to blacklist
127.0.0.5 - NOBL - This IP is not a spam only source and no blacklists need to be tested
So when the script found that there is a DNS record it say that the IP is blacklisted even if it's a code like 127.0.0.1
Exemple :
22-09-19_Sep:09:1663567873_+0400 15.153.124.94.hostkarma.junkemailfilter.com.[blacklisted] (127.0.0.5
127.0.1.1)
but the record say 127.0.0.5 who mean NOBL.
Thanks.