Rosenbaum, Larry M. wrote:
From: Jorge Valdes [mailto:[EMAIL PROTECTED]
Hi,
I get the following error when starting spamd:
error: Insecure dependency in `` while running with -T switch at
/usr/local/lib/perl5/site_perl/5.8.6/Sys/Hostname/Long.pm line 91,
<GEN11> line 222.
System:
Solaris 9/sparc
Perl 5.8.6
This does not affect general operation, but it is anoying to see
everytime I restart spamd due to option changes and/or configuration
changes.
Try editing Long.pm and replacing this line:
my $tmp = `hostname` . '.' . `domainname`;
with this:
my $tmp = `hostname`;
my $tmp2 = `domainname`;
$tmp .= ".$tmp2";
Thanks, that did the trick!!
--
Jorge Valdes
[EMAIL PROTECTED]