mirror of
https://github.com/adionditsak/blacklist-check-unix-linux-utility.git
synced 2026-04-24 20:55:49 +03:00
[GH-ISSUE #11] IP listed in hostkarma.junkemailfilter.com as it return a code like 127.0.0.x #7
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/blacklist-check-unix-linux-utility#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
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.
@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.
@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