https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6528
Mark Martinec <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #12 from Mark Martinec <[email protected]> 2011-01-06 12:24:47 UTC --- > Ok, I understand the bug now. > > The " Makefile.PL" does not replace properly the binaries in /usr/bin (i.e. I > had to delete the files so the new files get installed) > therefore, the running spamc/spamd were using the latest shared data but the > old binary. The Makefile.PL doesn't, but the make install should. The canonical installation procedure for any perl module including the Mail::SpamAssassin is: # perl Makefile.PL; make; make test; make install > Deleting /usr/bin/spamc /usr/bin/spamd /usr/bin/spamassassin before > the "make install" fixed the bug > So, this turns to be a Makefile issue, not a plugin AskDNS issue. Thank you for finding the reason of a failure. I'm closing this now as 'resolved invalid'. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
