From f3637cf853126e8909f309ceab0471d98bcf47c9 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 11 Apr 2024 17:45:18 +0000 Subject: [PATCH] importer: Drop EDROP as it has been merged into DROP https://www.spamhaus.org/resource-hub/network-security/spamhaus-drop-and-edrop-to-become-a-single-list/ Signed-off-by: Michael Tremer --- src/scripts/location-importer.in | 1 - 1 file changed, 1 deletion(-) diff --git a/src/scripts/location-importer.in b/src/scripts/location-importer.in index edd7386..c65029b 100644 --- a/src/scripts/location-importer.in +++ b/src/scripts/location-importer.in @@ -2163,7 +2163,6 @@ class CLI(object): # Spamhaus DROP ("SPAMHAUS-DROP", self._import_spamhaus_drop, "https://www.spamhaus.org/drop/drop.txt"), - ("SPAMHAUS-EDROP", self._import_spamhaus_drop, "https://www.spamhaus.org/drop/edrop.txt"), ("SPAMHAUS-DROPV6", self._import_spamhaus_drop, "https://www.spamhaus.org/drop/dropv6.txt"), # Spamhaus ASNDROP -- 2.39.2