LWN.net Logo

User interfaces

User interfaces

Posted Feb 23, 2006 6:57 UTC (Thu) by dlang (✭ supporter ✭, #313)
In reply to: User interfaces by gdt
Parent article: The Grumpy Editor's guide to bayesian spam filters

popfile will do exactly this (classify based on moving the message between IMAP folders), and has a web GUI to use as well.

unfortunantly it has two problems (one major, one minor)

the major one is that it is still single-user (multi-user operation is under development, but stalled as the core developer moved to France)

the minor one is that popfile maintains one IMAP session per folder, this is actually much less resource intensive for the server then opening and closing folders to cycle through them, but it 'looks suspicious' when a sysadmin does a netstat and sees lots of connections from one client. when I get a chance I intend to add a 'max connections' parameter that will limit how many connections are in use at a time.


(Log in to post comments)

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds