http://bugzilla.spamassassin.org/show_bug.cgi?id=3649
------- Additional Comments From [EMAIL PROTECTED] 2004-09-14 06:00 -------
Bill,
As a quick workaround, a pipe opening through shell (as was used by SA 2.6x)
can be used. There is even the old commented-out line in the SA 3.0.0 code,
so in the SA file Dns.pm in sub pyzor_lookup just uncomment the old open:
my $pid = open(PYZOR, join(' ', $path, $opts, "check", "< ...
and comment-out the new one next to it:
# my $pid = Mail::SpamAssassin::Util::helper_app_pipe_open(*PYZOR,
# $tmpf, 1, $path, split(' ', $opts), "check");
Mark
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.