How can I tell that the bayesian filter has kicked in? |
Post Reply |
Author | |
mikek
Senior Member Joined: 22 February 2005 Location: Switzerland Status: Offline Points: 133 |
Post Options
Thanks(0)
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 |
|
LogSat
Admin Group Joined: 25 January 2005 Location: United States Status: Offline Points: 4104 |
Post Options
Thanks(0)
|
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 SoftwareSELECT 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
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
This page was generated in 0.203 seconds.