mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[PR #1748] [MERGED] Remove lots of dead and/or unreliable DNSBLs from the default list. #2289
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#2289
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?
📋 Pull Request Information
Original PR: https://github.com/modoboa/modoboa/pull/1748
Author: @whyscream
Created: 6/14/2019
Status: ✅ Merged
Merged: 6/25/2019
Merged by: @tonioo
Base:
master← Head:1496-use-reliable-dnsbls-only📝 Commits (1)
60b50a9Remove lots of dead and/or unreliable DNSBLs from the default list.📊 Changes
1 file changed (+0 additions, -63 deletions)
View changed files
📝
modoboa/admin/constants.py(+0 -63)📄 Description
Clean the default list of DNSBLs used by the DNSBL checks. The existing list os old and unmaintained, and lists many dead or unmaintained DNSBLs.
I shrunk the list to a short list of well-known, widely used DNSBLs that respect proper listing policies, which means that when Modoboa signals a user that an ipaddress is listed, the user should be able to find out what went wrong, and how to resolve that.
This ensures that users don't get false positives about DNSBL checks because unmaintained lists go dark or get hijacked, and they can act when an actual listing of their server occurs.
Most of this was discussed earlier in #1496.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.