On Thu, Aug 05, 2004 at 05:12:42AM -0700, Jeff Chan wrote:
On Thursday, August 5, 2004, 4:39:58 AM, Jeff Chan wrote:
On Thursday, August 5, 2004, 4:12:23 AM, Mailing List wrote:
Failed to parse line in SpamAssassin configuration, skipping: open_redirect_list_spamcop_uri tinyurl.com *.tinyurl.com Failed to parse line in SpamAssassin configuration, skipping: open_redirect_list_spamcop_uri xurl.us
Er, the redirect tests failing may be ok, but I'm not so sure about the eval ones. Can anyone else help?
Sure. I ran into this too, on Fedora Core 2 with SpamAssassin installed from RPM. The problem in my case was that SA went into vendor_perl but SpamCopURI had installed into site_perl.
/usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin /usr/lib/perl5/vendor_perl/5.8.3/Mail/SpamAssassin
Moving Conf.pm, PerMsgStatus.pm and SpamCopURI.pm over to vendor_perl appeared to fix the problem.