https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7181
Sidney Markowitz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #9 from Sidney Markowitz <[email protected]> --- It was using perl's install prefix instead of the spamassassin install prefix, so when it should have stripped /usr/local from /usr/local/bin it only stripped off the /usr. Also it left an extra /. Committed revision 1790984. By the way, I was never able to get this test to work on a Mac because Mac will not install Encode::Detect which is needed for this test. While working on this I stumbled on this patch to perl.h that allows Encode::Detect to install on a Mac. I want to document it in this comment so it doesn't get totally lost. https://trac.macports.org/attachment/ticket/43150/perl5.16-dNOOP.diff -- You are receiving this mail because: You are the assignee for the bug.
