http://bugzilla.spamassassin.org/show_bug.cgi?id=3806
------- Additional Comments From [EMAIL PROTECTED] 2004-09-23 11:21 -------
Subject: Re: Build scripts renames host to --fqdn when run as root
Sys::Hostname::Long has this code on my system (looks like v1.0):
# Default fall back
# - Most unix (have not tested them all)
# . Linux
# . FreeBSD
# - MacOS X (Rhapsody/Darwin)
$hostlong = `hostname --fqdn`;
$hostlong =~ tr/\0\r\n//d;
v1.2 on another system seems to possibly be a little more sane, if
you're not already at v1.2 maybe you could try an upgrade.
Michael
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.