[GH-ISSUE #11] IP listed in hostkarma.junkemailfilter.com as it return a code like 127.0.0.x #7

Open
opened 2026-02-28 12:09:17 +03:00 by kerem · 2 comments
Owner

Originally created by @Mar974 on GitHub (Sep 19, 2022).
Original GitHub issue: https://github.com/adionditsak/blacklist-check-unix-linux-utility/issues/11

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.

Originally created by @Mar974 on GitHub (Sep 19, 2022). Original GitHub issue: https://github.com/adionditsak/blacklist-check-unix-linux-utility/issues/11 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.
Author
Owner

@bjlockie commented on GitHub (Jan 22, 2023):

dbl.spamhaus.org [blacklisted] (127.0.1.255) spamsources.fabel.dk [blacklisted] (127.0.0.2)

I wonder if they are standard return codes that all blacklist sites use.

<!-- gh-comment-id:1399602777 --> @bjlockie commented on GitHub (Jan 22, 2023): `dbl.spamhaus.org [blacklisted] (127.0.1.255) spamsources.fabel.dk [blacklisted] (127.0.0.2) ` I wonder if they are standard return codes that all blacklist sites use.
Author
Owner

@Mar974 commented on GitHub (Jan 23, 2023):

I think every blacklist use a different list of return codes :
https://www.spamhaus.org/faq/section/DNSBL%20Usage#200
https://docs.abusix.com/abusix-mail-intelligence/gbG8EcJ3x3fSUv8cMZLiwA/return-codes/2xXiqdjXxV5BhLu8kfCpKr

I dont think these are standards

<!-- gh-comment-id:1399875431 --> @Mar974 commented on GitHub (Jan 23, 2023): I think every blacklist use a different list of return codes : https://www.spamhaus.org/faq/section/DNSBL%20Usage#200 https://docs.abusix.com/abusix-mail-intelligence/gbG8EcJ3x3fSUv8cMZLiwA/return-codes/2xXiqdjXxV5BhLu8kfCpKr I dont think these are standards
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/blacklist-check-unix-linux-utility#7
No description provided.