Thx for the response. Actually only mails that don't get flagged by SA
are placed in this folder. Heres the extract from the .procmailrc that
controls this.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

:0fw: /var/lock/spamassassin.lock
* < 256000
| spamassassin


# All mail tagged as spam (eg. with a score higher than the set
threshold)
# is moved to "spam_sa".
:0
* ^X-Spam-Status: Yes
spam_sa/.

# Misc spam
:0
* ^Subject:.*Scribble
{
  LOG="*** Detected misc spam ***"

  :0
  spam_new/.
}
 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

does this mean that bayes is invoked and the message logged even if the
message doesn't get tagged as spam?




Rgds, Simon.

___________________________________________________________________
For mp3's, gigs, transcriptions and more check out www.SiButler.com
 
 


-----Original Message-----
From: Robert Menschel [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 27, 2003 7:27 PM
To: S. M. C. Butler
Cc: [EMAIL PROTECTED]
Subject: Re: [SAtalk] sa-learn question

Hello S.,

Thursday, November 27, 2003, 3:49:46 PM, you wrote:

SMCB> *       sa-learn --showdots --spam ./Mail/spam_new
SMCB> and got
SMCB> .....................................
SMCB> Learned from 0 message(s) (37 message(s) examined).

SMCB> Did this work? Seems like it didn't..

It looks to me like it did work. 37 messages were examined, and Bayes
*chose* not to (re)learn any of them.
 
SMCB> FYI. This spam_new dir is an MH folder of spam that doesn't get
SMCB> caught by SA. I have one address in particular that is 98% and if
SMCB> the regular SA doesn't catch it all mails get sent to the spam_new
SMCB> dir and I periodically send it through sa-learn. Doesn't seem to
SMCB> work though :-(

Do you clean out that folder after each sa-learn? If you learn spam in
the morning, and attempt to learn the *same* spam in the afternoon,
Bayes
will give you exactly the above symptom, because there's nothing new to
learn -- Bayes has already learned these spam.

Bob Menschel




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to