Nick,
> It's likely that you won't see anything until you actually receive a
> mail that has a spam score over 12. Take a look at the variables in
> the mailfilter file, /etc/mail/mailfilter.
>
> auto-learn (sa-learn) is controlled by the mailfilter script not by
> spamassassin, so your mail header will show autolearn=no. As long you
> have an entry that shows "Content-Filter: maildrop-toaster" everything
> is OK.
Is this the section you are referring to? And can that variable '12' be
changed?
if ( /^X-Spam-Status: Yes, score=![0-9]+\.[0-9]+! /:h)
{
if ( $MATCH2 >= 12 )
{
log "$TIMESTAMP - SPAM: [EMAIL PROTECTED] score $MATCH2:
Sending message to autolearn"
cc "|sa-learn --spam"
EXITCODE=0
exit
}
Btw, what is the difference between this setting and the command
'bayes_auto_learn_threshold_spam' in local.cf?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]