simonmason a écrit : > I have successfully installed SpamAssassin and I am now starting to configure > it. However, I am a little confused as to which configuration files my > installation is using. I am running it under Windows XP Pro using hMail and > Perl. > > Currently my files are stored in c:\spamassassin and I call it with: > > perl -S -T -w spamassassin < """ & testfile & """ > """ & infile & """" > > I can find rules in: > > C:\Perl\site\share\spamassassin > > and > > C:\SpamAssassin\rules > > and local.cf in: > > C:\Perl\site\etc\mail\spamassassin > > Also I am running sa-update in the c:\spamassassin directory: > > perl -S -T -w sa-update -D --nogpg > > My local.cf is below. > > I am not sure which version I am running - I am not sure how to figure that > out. I think it is 3.2.4. > > Can someone please let me know which files I need to customize and in which > directory? Thanks!
you customize in the directory where local.cf is. do not modify distribution files (these will be automatically updated if you do an upgrade) nor the sa-update downloaded files (these will be automatically updated with sa-update). you can run spamassassin -D to get more informations.