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! # This is the right place to customize your installation of SpamAssassin. # # See 'perldoc Mail::SpamAssassin::Conf' for details of what can be # tweaked. # # Only a small subset of options are listed below # ########################################################################### # Add *****SPAM***** to the Subject header of spam e-mails # rewrite_header Subject *****The Masons Mail Server *****SPAM***** # Save spam messages as a message/rfc822 MIME attachment instead of # modifying the original message (0: off, 2: use text/plain instead) # # report_safe 1 # Set which networks or hosts are considered 'trusted' by your mail # server (i.e. not spammers) # # trusted_networks 212.17.35. # Set file-locking method (flock is not safe over NFS, but is faster) # # lock_method flock # Set the threshold at which a message is considered spam (default: 5.0) # required_score 5.0 # Use Bayesian classifier (default: 1) # use_bayes 1 # Bayesian classifier auto-learning (default: 1) # bayes_auto_learn 1 # Set headers which may provide inappropriate cues to the Bayesian # classifier # # bayes_ignore_header X-Bogosity # bayes_ignore_header X-Spam-Flag # bayes_ignore_header X-Spam-Status # whitelist everyone at themasons.net: whitelist_from [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Question-about-which-configuration-files-my-installation-is-using%21-tp20047087p20047087.html Sent from the SpamAssassin - Users mailing list archive at Nabble.com.