Deliver Spam with subject heading and headers not working
# This is the right place to customize your installation of SpamAssassin.
#
# See 'perldoc Mail::SpamAssassin::Conf' for details of what can be
# tweaked.
#
###########################################################################
#
# rewrite_subject 0
# report_safe 1
# trusted_networks 212.17.35.
# Bayesian Auto Learn
auto_learn 1
# Safe Reporting
safe_reporting 0
# Full/Terse Reporting
use tersereport 0
# Subject Tag
subject_tag ****SPAM****
# Rewrite the Subject
rewrite_subject 0
# Use Bayesian Filtering
use_bayes 1
# OK locals
ok_locales en
# OK languages
ok_languages en
# Required hits to be marked as spam
required_hits 4
# add_header all Checker-Version SpamAssassin
The "# add_header all Checker-Version SpamAssassin" was an attempt to have spamassassin put this header in all scanned messages which also doesn't show up in any messages.
Is there a way to just clear out or reset all the spamassasin settings and start from scratch?
Thanks.
XServe, Mac OS X (10.4.8)