Anshul Chauhan wrote: > we have to copy KAM.cf to /usr/share/spamassassin only for its > integration with spamassassin or something else is to done > > I'm using spamassassin-3.2.5-1.el4.rf on Centos4.7
Any add-on rules should be placed in the same directory as your local.cf (ie: /etc/mail/spamassassin/ in most cases). SA reads *.cf from this directory, not just local.cf. Adding files to /usr/share/spamassassin, or making changes to files present there, is not a good idea. When SpamAssassin gets upgraded, this whole directory will be nuked by the installer.