Print Page | Close Window

Bayesian filter problem

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=3644
Printed Date: 09 May 2025 at 6:46pm


Topic: Bayesian filter problem
Posted By: Guests
Subject: Bayesian filter problem
Date Posted: 26 May 2004 at 3:09am

Hello,

Since  have installed SpamFilter, they are more than 63.000 mails received. But none of the spam was blocked by the Bayesian filter. It is like all mail are OK for the filter. Or, there is a lot of spam in this mails.

Must I check something to "enable" the bayesian filter?

Philippe LESNE 




Replies:
Posted By: LogSat
Date Posted: 26 May 2004 at 10:21pm

Philippe,

What files do you have inthe SpamFilter\corpus directory, and if any, what is their size? Can you please post the contents of the corpus.ini file i present?

Please note that the Bayesian filter is only processed if all the other filters have failed to catch spam. If your "other" filters are efficient, they will catch most of the spam and leave very little left for the bayesian filter. Have you ran a query similar to the one below against the database to verify that the Bayesian filter did not catch anything?

Roberto F.
LogSat Software

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




Print Page | Close Window