From: short <> Date: Fri, 28 Dec 2001 20:54:13 +0000 (+0000) Subject: Warning comment added to prevent future change of SOA e-mail identifing msg X-Git-Url: http://git.jankratochvil.net/?p=sleuth.git;a=commitdiff_plain;h=a95f97155b4f8814aa9f3c966e1ed736b841e280 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 --- 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) {