Pablo Allietti wrote: > On Wed, Apr 26, 2006 at 10:20:22AM -0400, Bowie Bailey wrote: > > > > The file that has scores for the default rules is > > /usr/share/spamassassin/50_scores.cf. > > > > However, you do not want to make changes to that file, because they > > will be overwritten every time you upgrade. > > > > Instead, put your changes in your local.cf file. This file is read > > after the default rule files and will override the default rule and > > score definitions. > > > > ok perfect. when i modify the local.cf i need to restart spamassassin?
Depends on how you are calling SA. If you are using spamc/spamd, you will need to restart spamd. If you are using Amavisd-new, you will need to restart Amavisd-new. If you are calling spamassassin directly, you don't need to do anything as it reads the rules and scores every time it is called (which is why it is usually better to run spamc/spamd). -- Bowie