Skip to content

Commit

Permalink
Merge pull request #9 from bigio/Server-packet
Browse files Browse the repository at this point in the history
unbreak build
  • Loading branch information
marcbradshaw authored Jun 12, 2024
2 parents fd209d9 + 9e6d2c8 commit be5e85e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Mail/SPF/Server.pm
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,8 @@ error (other than RCODE 3 AKA C<NXDOMAIN>) 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):
Expand Down

0 comments on commit be5e85e

Please sign in to comment.