Thats the thing it always says autolearn=no. Even though the options are set
in local.cf. There is one thing i had to do. I removed -a option when spamd
is starting because it could start with -a option givin me error that "-a
has been removed and i should look for use_auto_whitelist configuration
instead". I didnt know what to do so like i said i removed the -a and its
tsrting fine now. Any thoughts on this ??
----- Original Message -----
From: "Jim Maul" <[EMAIL PROTECTED]>
To: "Michael" <[EMAIL PROTECTED]>
Cc: <users@spamassassin.apache.org>
Sent: Thursday, June 30, 2005 3:28 PM
Subject: Re: Auto learn function
Michael wrote:
Is there any way to check if the autolearn function is on besides the
line bayes_auto_learn 1 in local.cf ?
I`m asking because i have the option bayes_auto_learn set to 1 and i dont
think its working.
If you check the headers of each email you should see something like:
X-Spam-Status: Yes, hits=15.0 required=5.0
tests=BAYES_90,FROM_ENDS_IN_NUMS,
HTML_50_60,HTML_MESSAGE,J_CHICKENPOX_52,J_CHICKENPOX_57,
PRIORITY_NO_NAME,RAZOR2_CF_RANGE_51_100,RAZOR2_CHECK,
RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DSBL,RCVD_IN_SORBS_MISC,
SARE_OBFU_PRICE2 autolearn=spam version=2.64
Notice the autolearn=spam
-Jim