Hi Bobby,
On Tuesday 24 September 2002 02:45 CET Rose, Bobby wrote:
> File::Spec is installed on Solaris 8 and I tested File::Spec->path(); in
> a simple perl script and the array contains data but when used in Dns.pm
> it doesn't contain anything. I even threw in a
>
> my @PATH = File::Spec->path();
> dbg ("@PATH");
>
> Into sub is_dcc_available routine and the array is empty. Any ideas why
> this might be? This is why dcc and pyzor isn't working for me and
> $self->{conf}->{dcc_path} doesn't exist yet.
That's a very weird error. Do you probably run spamassassin in a very
restricted jail which doesn't have any PATH set? Try to put this line into
is_dcc_available; it will spit out your whole environment via dbg:
map { dbg("$_=$ENV{$_}") } sort keys %ENV
Malte
--
--- Coding is art.
--
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk