From a95f97155b4f8814aa9f3c966e1ed736b841e280 Mon Sep 17 00:00:00 2001 From: short <> Date: Fri, 28 Dec 2001 20:54:13 +0000 Subject: [PATCH] Warning comment added to prevent future change of SOA e-mail identifing msg - Secondary request has now Reply-To set to the zone hostmaster - requested by Pavel Ruzicka --- sleuth | 1 + 1 file changed, 1 insertion(+) diff --git a/sleuth b/sleuth index 3c89bad..08fad8e 100755 --- a/sleuth +++ b/sleuth @@ -311,6 +311,7 @@ sub check_email { my $host = norm_name($3); $user =~ s/\\(.)/$1/g; $e = "$user\@$host"; + # Don't touch! This string is exactly matched by check.cgi! info("Hostmaster e-mail address is $e"); if (my @mx = resolve($host, "MX", 1, 0)) { foreach my $r (@mx) { -- 1.8.3.1