https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6155
--- Comment #39 from Warren Togami <[email protected]> 2009-09-22 13:38:15 PDT --- https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6156#c59 Here I noticed that RCVD_IN_PSBL was not firing at all in my mcsnapshot masschecks, but working just fine in nightly_mass_check given the same ./mass-check syntax. http://wiki.apache.org/spamassassin/RescoreDetails perl Makefile.PL < /dev/null make My mass-check box did not have gcc installed so I wasn't doing the "make" step. After I installed gcc and used "make", then RCVD_IN_PSBL began working in mcsnapshot. rsync -vrz --delete \ rsync://rsync.spamassassin.org/tagged_builds/nightly_mass_check . I'm confused about this, because the nightly_mass_check that I obtain via rsync does not require "make". RCVD_IN_PSBL works fine there. Questions... 1) Does mass-check actually need gcc and "make" beforehand? 2) If so, why is nightly_mass_check working without it? 3) Is this a separate bug that mass-check succeeds, but is silently failing on some rules? -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
