Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        bsfilter - a filter which ditinguishes spam and non-spam mail, written in Ruby
        
        
        - Description:
- a filter which distinguishes spam and non-spam(called "clean" in this page) mail
support mails written in japanese language
written in Ruby
support 3 methods for access
 * traditional unix-style filter. study and judge local files or pipe
 * IMAP. study and judge mails in an IMAP server
 * POP proxy. run between POP server and MUA
basic concepts come from A Plan for Spam, Better Bayesian Filtering, Spam Detection
distributed under GPL 
Packages