On Mon, 13 Mar 2006, Egoitz Aurrekoetxea Aurre wrote:

hI,

> I wanted to know what's the meaning of the following numbers and how could
> I customize for example this rule scores...
>
> # DCC
> ifplugin Mail::SpamAssassin::Plugin::DCC
> score DCC_CHECK 0 1.37 0 2.17
> endif # Mail::SpamAssassin::Plugin::DCC
>
> what does 0 1.37 0 and 2.17 mean?
            1 2    3     4

from Mail::SpamAssassin::Conf :

        The
         first score is used when both Bayes and network tests
         are disabled (score set 0). The second score is used
         when Bayes is disabled, but network tests are enabled
         (score set 1). The third score is used when Bayes is
         enabled and network tests are disabled (score set 2).
         The fourth score is used when Bayes is enabled and
         network tests are enabled (score set 3).

> wich one is the score added to score field in X-spam-status header?

depends on your config (bayes/network-tests).

> wich should I change for enforce taggin as spam only with this check for
> to get the spam score directly?

if you're about changing scores, do that in your local.cf

regards,
Matthias

Reply via email to