Jump to letter: [
          
            9ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        spambayes - Bayesian anti-spam filter
        
        SpamBayes will attempt to classify incoming email messages as 'spam', 'ham'
(good, non-spam email) or 'unsure'. This means you can have spam or unsure
messages automatically filed away in a different mail folder, where it won't
interrupt your email reading. First SpamBayes must be trained by each user to
identify spam and ham. Essentially, you show SpamBayes a pile of email that
you like (ham) and a pile you don't like (spam). SpamBayes will then analyze
the piles for clues as to what makes the spam and ham different. For example;
different words, differences in the mailer headers and content style.  The
system then uses these clues to examine new messages.
 
        
        
        Packages
        
            
                | Name | 
                Version | 
                Release | 
                Type | 
                Size | 
                Built | 
            
            
                | spambayes | 
                1.0.4 | 
                4.fc5 | 
                noarch | 
                2.02 MiB | 
                Sun Apr 29 20:41:53 2007 | 
            
        
        Changelog
        
            - * Fri Apr 27 18:00:00 2007 Christopher Stone <chris{*}stone{%}gmail{*}com> 1.0.4-4
 
            - Remove python from package name
 
        
            - * Thu Apr  5 18:00:00 2007 Christopher Stone <chris{*}stone{%}gmail{*}com> 1.0.4-3
 
            - Add patch to fix python2.5 errors
 
        
            - * Thu Apr  5 18:00:00 2007 Christopher Stone <chris{*}stone{%}gmail{*}com> 1.0.4-2
 
            - %exclude pyo and pyc files from %{_bindir}
- Add scriptlet to remove shebangs