Corpus Doesn't Work?? |
Post Reply ![]() |
Author | |
kspare ![]() Senior Member ![]() Joined: 26 January 2005 Location: Canada Status: Offline Points: 334 |
![]() ![]() ![]() ![]() ![]() Posted: 29 January 2004 at 9:44am |
maybe i've got it wrong, but I don't think the corpus database is working..... I'm well over the 5000 and 5000 limits set to turn on the corpus database, and with the influx of virus's lately that I have been quaruntining, ALL emails still show up as being 0% spam. Well after 5000 of these virus' coming through, you'd think spamfilter would start to see them as spam if they are all be thrown into the Q? Or am I missing how this thing works? |
|
![]() |
|
LogSat ![]() Admin Group ![]() ![]() Joined: 25 January 2005 Location: United States Status: Offline Points: 4104 |
![]() ![]() ![]() ![]() ![]() |
Kevin, The statistical filter is checked only if all previous tests fail. This is done since performing a statistical analysis of an incoming message can be very process intensive and we try to avoid it if possible. If you have very good rules that catch a lot of spam, very little will get past them, and only whatever does is then checked against the corpus database. In theory you could eliminate all other rules and start relying only on the statistical filter after it becomes active, but that is something we are still testing. If you run the following query against the quarantne database you'll get an idea of what messages are being blocked by what rule (change the date/time as you see fit): SELECT tblQuarantine.RejectID, tblRejectCodes.RejectDesc, COUNT(tblQuarantine.RejectID) AS Total FROM tblQuarantine INNER JOIN tblRejectCodes ON tblQuarantine.RejectID = tblRejectCodes.RejectID WHERE (tblQuarantine.MsgDate > CONVERT(DATETIME, '2004-1-20 GROUP BY tblQuarantine.RejectID, tblRejectCodes.RejectDesc
Roberto F. |
|
![]() |
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.195 seconds.