SpamAssassin in Python?
Gerhard Häring
gh at ghaering.de
Sun Oct 5 10:37:56 EDT 2003
More information about the Python-list mailing list
Sun Oct 5 10:37:56 EDT 2003
- Previous message (by thread): SpamAssassin in Python?
- Next message (by thread): SpamAssassin in Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Roman Suzi wrote: > Is there SpamAssassin-like app (well, maybe just rule-based > part of it) written in Python? [...] Nothing I'm aware of. What is possible, should you need it, is to pipe messages to spamd (daemon for the persistently running SpamAssassin) efficiently via Python. IIRC there's even an example Python client in the SpamAssassin distribution. -- Gerhard
- Previous message (by thread): SpamAssassin in Python?
- Next message (by thread): SpamAssassin in Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list