# SpamAssassin settings
$sa_local_tests_only = 0;
$sa_auto_whitelist = 0; # comment this line out to turn off auto whitelist
$sa_mail_body_size_limit = 64*1024; # 64KB

$sa_tag_level_deflt = 0.0; # controls adding the X-Spam-Status and X-Spam-Level headers,
$sa_tag2_level_deflt = 4.5; # controls adding 'X-Spam-Flag: YES', and editing Subject,
$sa_kill_level_deflt = 6.0; # triggers spam evasive actions:

$sa_spam_subject_tag = '**** SPAM **** ';
$sa_debug = 0; # comment this line out to turn off debugging