From 9e6d2c867bc40feecaeed4226aeafbd0a519fbd0 Mon Sep 17 00:00:00 2001 From: Giovanni Date: Wed, 12 Jun 2024 09:01:01 +0200 Subject: [PATCH] unbreak build --- lib/Mail/SPF/Server.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Mail/SPF/Server.pm b/lib/Mail/SPF/Server.pm index c69a4b4..0525c16 100644 --- a/lib/Mail/SPF/Server.pm +++ b/lib/Mail/SPF/Server.pm @@ -563,6 +563,8 @@ error (other than RCODE 3 AKA C) occurred. sub dns_lookup { my ($self, $domain, $rr_type) = @_; + my $packet; + if (UNIVERSAL::isa($domain, 'Mail::SPF::MacroString')) { $domain = $domain->expand; # Truncate overlong labels at 63 bytes (RFC 4408, 8.1/27):