Graham's spam filter

Aaron Swartz me at aaronsw.com
Wed Sep 4 23:06:53 EDT 2002


I've thought about building something similar too. I don't need the
network code, I can just integrate it into my mail path. Here are some
useful resources:

python-cdb[1] is a Python interface to D. J. Bernstein's cdb
package[2], which supports fast lookups (normally just two disk
accesses), low overhead (24 bytes per record, no startup cost) and is
designed for mission-critical applications like email. In short, it's
absolutely perfect for this application.

[1] http://pilcrow.madison.wi.us/
[2] http://cr.yp.to/cdb.html

Bram Cohen has been thinking of modifications to the algorithm and
writing them up in Python[3].

[3] http://www.advogato.org/person/Bram/diary.html?start=17

Hope this helps,

Aaron Swartz [http://www.aaronsw.com/]



More information about the Python-list mailing list