Print Page | Close Window

Help .. Bayes Filter not working

Printed From: LogSat Software
Category: Spam Filter ISP
Forum Name: Spam Filter ISP Support
Forum Description: General support for Spam Filter ISP
URL: https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=4113
Printed Date: 03 June 2025 at 6:27am


Topic: Help .. Bayes Filter not working
Posted By: Guests
Subject: Help .. Bayes Filter not working
Date Posted: 04 August 2004 at 1:57pm

My bayes slider is set to 98.99%

here's my corpus.ini

[Messages]
Spam=20449
Good=11858

Here's the result of the selct statement

SELECT     tblQuarantine.RejectID, tblRejectCodes.RejectDesc, COUNT(tblQuarantine.RejectID) AS Total
FROM         tblQuarantine INNER JOIN
                      tblRejectCodes ON tblQuarantine.RejectID = tblRejectCodes.RejectID
GROUP BY tblQuarantine.RejectID, tblRejectCodes.RejectDesc

RejectID RejectDesc Total
4 Empty Mail From 20
7 Exceeded maximum number of RCPT TO 31
12 IP found in MAPS search 3759
13 Keywords found in content 165
15 SPF Sender Policy Framework match 58

 

 




Replies:
Posted By: Desperado
Date Posted: 04 August 2004 at 2:32pm

John,

Can you send your spamfilter ini file to me to look at?  I may see something you don't.  If you send a quick message to daseligmann at hotmail dot com, I will reply with my real address to send it to.

Dan S.  (User)

 



Posted By: Guests
Date Posted: 04 August 2004 at 3:28pm
Do I have to turn on the 'quarantine' to teach Bayes?



Print Page | Close Window