Changes between Version 3 and Version 4 of Document/Development/Design/Module/MailFilter

Show
Ignore:
Timestamp:
06/14/09 01:45:09 (4 years ago)
Author:
poundjd (IP: 68.32.33.27)
Comment:

minor changes to improve readability.

Legend:

Unmodified
Added
Removed
Modified
  • Document/Development/Design/Module/MailFilter

    v3 v4  
    11= Goal = 
    22 
    3 Filter spam and virus from email messages 
     3Filter spam and viruses from email messages 
    44 
    55= Requirements = 
    66 
    7  1. Get mail from eBox mail module, filter and reinject it 
    8  1. Get mail from external server (if working as a mail gateway), filter and reinject it 
     7 1. Get mail from eBox mail module, filter and re-inject it 
     8 1. Get mail from external server (if working as a mail gateway), filter and re-inject it 
    99 1. Filtering parameters may be set up by domain 
    1010    * Parameters may be set up on installation 
     
    1919    * Global parameters 
    2020      * Switch on mail filtering 
    21       * Switch on bayesian filtering 
    22         * Upload "spam" messages for bayesian learning 
    23         * Upload "ham" messages for bayesian learning 
    24         * Clean up bayesian DB (remove all tokens and train it again) 
    25         * Specific accounts to REDIRECT bogus positive and bogus negative and reinject them in autolearning system 
    26         * Switch on autolearning 
    27           * Set up "spam" threshold level (when a message detected as spam enters autolearning system) 
    28           * Set up "ham" threshold level (when a message detected as ham enters autolearning system) 
     21      * Switch on Bayesian filtering 
     22        * Upload "spam" messages for Bayesian learning 
     23        * Upload "ham" messages for Bayesian learning 
     24        * Clean up Bayesian DB (remove all tokens and train it again) 
     25        * Specific accounts to REDIRECT bogus positive and bogus negative and re-inject them in auto learning system 
     26        * Switch on auto learning 
     27          * Set up "spam" threshold level (when a message detected as spam enters auto learning system) 
     28          * Set up "ham" threshold level (when a message detected as ham enters auto learning system) 
    2929      * Set up string to add to subject when spam detected 
    3030        * If it has been set up by domain 
     
    3838        * Header check positive 
    3939        * Banned extension positive 
    40         * Virus list autoupdate 
     40        * Virus list auto update 
    4141    * By domain parameters 
    4242      * White list 
     
    5050        * Activate positive policy 
    5151      * Modify message subject (boolean) 
    52       * Soft whitelist (with hit rate which modifies global hit account) 
     52      * Soft white list (with hit rate which modifies global hit account) 
    5353      * Soft blacklist (with hit rate which modifies global hit account) 
    5454 1. Module parameters will affect single or global domains