https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6132
--- Comment #11 from Sidney Markowitz <[email protected]> 2009-06-19 17:23:39 PST --- 20_FreeMail_mass.cf had a ifplugin line commented out. That made sense because it was immediately preceded by a loadplugin, so obviously is not needed. Unfortunately, what is obvious is not always true. When the rules in the file are moved out of that file into 70_sandbox.cf, the ifplugin becomes necessary during make test when FreeMail.pm may not be available to load. Uncommenting the ifplugin and the associated endif seems to fix the failure. Committed revision 786732 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=786732 ). Since I'm not familiar with this bug report as a whole, just trying to fix the Hudson builds, could someone else decide if this is ready to be closed as FIXED, assuming that Hudson finally stops complaining after this commit? -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
