Skip to content

Commit 4fa0524

Browse files
committed
return raw result, not "unknown" for ad-hoc dnsbls
1 parent 1f5b7a6 commit 4fa0524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/dnsbl/lists.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def __init__(self, hostname=None):
66
self.hostname = hostname
77

88
def process(self, result: str):
9-
return "unknown"
9+
return result
1010

1111
class ZenSpamhaus(DNSBL):
1212
hostname = "zen.spamhaus.org"

0 commit comments

Comments
 (0)