<p><br>
On Dec 19, 2011 6:40 PM, "fakessh @" <<a href="mailto:ml@smtp.fakessh.eu">ml@smtp.fakessh.eu</a>> wrote:<br>
><br>
> I am using centos 5.7 standard<br>
> spamassassin of repos epel<br>
> amavisd of rpmforge  repos<br>
> and  other tool<br>
> work well<br>
><br>
> my question is about the right steps to view the headers of spamassassin<br>
> particular<br>
> $sa_tag_level_deflt  = 0.1;  # add spam info headers if at, or above that<br>
> level<br>
> $sa_tag2_level_deflt = 0.2;  # add 'spam detected' headers at that level<br>
> $sa_kill_level_deflt = 6.4;  # triggers spam evasive actions (e.g. blocks<br>
> mail)<br>
> $sa_dsn_cutoff_level = 10;   # spam level beyond which a DSN is not sent<br>
><br>
> what are good values to be displayed for spamassassin headers to know the</p>
<p>You will tag a lot of spam at that level.</p>
<p>I recommend...</p>
<p>$sa_tag_level_deflt  = -999;  # add spam info headers if at, or above that level<br>
$sa_tag2_level_deflt = 5;  # add 'spam detected' headers at that level<br>
$sa_kill_level_deflt = 15;  # triggers spam evasive actions (e.g. blocks mail)<br>
$sa_dsn_cutoff_level = 20;   # spam level beyond which a DSN is not sent<br>
 <br>
My own levels are -999, 4, 12, 10 - but that might be too aggressive for most people.  I don't send DSNs, so that's the reason evasive action is more than the cut-off.  </p>
<p>Simon</p>