9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] spam filtering fs
@ 2003-09-01 12:48 steve.simon
  2003-09-01 14:16 ` Fco.J.Ballesteros
  0 siblings, 1 reply; 7+ messages in thread
From: steve.simon @ 2003-09-01 12:48 UTC (permalink / raw)
  To: 9fans

Hi,

I'am starting to think about a spam filtering again.

I plan to use Paul Grahams ideas plus the changes
sugested by Gary Robinson; Basicially a Naive Baiesian
classifier.

I think its best to implement it as a filesystem which overlays
upas/fs which is transparent to valid email but opaque to spam,
this meanst the token frequency database remains in RAM, not
having to be reloaded to test each new email.

In order for the filter to learn the user must be able to classify
the few spams that slip through, so I propose to wstat() emails
to zero length before deletion if they are spam and simply delete
them if they are valid.

In the longer term I have some ideas about fingerprinting attached
images, adding tokens for "is html email", "has MS screen-saver attached"
etc.

Anyone any opinions on this approach?

-Steve


^ permalink raw reply	[flat|nested] 7+ messages in thread
[parent not found: <758707399@snellwilcox.com>]

end of thread, other threads:[~2003-09-01 14:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-01 12:48 [9fans] spam filtering fs steve.simon
2003-09-01 14:16 ` Fco.J.Ballesteros
2003-09-01 14:19   ` David Presotto
2003-09-01 14:30     ` Dan Cross
     [not found] <758707399@snellwilcox.com>
2003-09-01 14:36 ` steve.simon
2003-09-01 14:41   ` Fco.J.Ballesteros
2003-09-01 14:49     ` boyd, rounin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).