Print Page | Close Window

How can I tell that the bayesian filter has kicked in?

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=4562
Printed Date: 15 January 2025 at 11:26am


Topic: How can I tell that the bayesian filter has kicked in?
Posted By: mikek
Subject: How can I tell that the bayesian filter has kicked in?
Date Posted: 15 November 2004 at 3:10am

I'm way over 5000 good and spam mails but I've never seen a mail with anything different than "passes Bayesian filter - 0% spam"...

How can I tell that the filter has kicked in?

How can I train the filter with Spam messages it has missed? I can mark false positives by delivering them from the quarantine but I see no possibility to mark false negatives...

Cheers!

Mike




Replies:
Posted By: LogSat
Date Posted: 15 November 2004 at 4:48pm
Mike,

You can run the query below on the database. It will return all of the emails blocked by the various filters. Regarding the training questions, currently you cannot tell SpamFilter about the false negatives, as those emails have been delivered already, and the email body is thus no longer available to "teach" SpamFilter with it.

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