From f2c9ce42a37f2b4bff5b143a17d08cf151d1b76b Mon Sep 17 00:00:00 2001 From: Jan Schaumann Date: Wed, 7 Feb 2024 09:52:04 -0500 Subject: [PATCH] put /usr/local shebang back - this is what the Makefile keys on to update the path --- src/spf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spf.pl b/src/spf.pl index c38a8e6..9e5b738 100755 --- a/src/spf.pl +++ b/src/spf.pl @@ -1,4 +1,4 @@ -#! /usr/bin/perl -Tw +#! /usr/local/bin/perl -Tw # # This tool can expand and report on the given domains SPF use. # This is accomplished by (possibly recursive) inspection of the DNS