Filtering Techniques
Filters: spam filters (and anti mail-virus)
- server level
- reader level
Are they of any good? somehow
- Permanent race: spammers/filters, virus/antivirus
- New filters needed all the time to keep efficiency reasonable
Techniques:
- social: law enforcement, bandwidth cost
- based on the sender/last hop
- blacklists: database queries based on
- whitelists: centralized databases, challenge/response systems
- based on the contents
- static: keywords, style, disclaimer, features, signatures (procmail, antivirus software, readers built-in features)
- dynamic: bayesian filters, training (readers built-in features, bogofilter, SpamBayes, POPFile, SpamTUNNEL, PASP)
- combination of the above (SpamAssassin)
- exotic: single-use e-mail addresses
Basic tool: procmail
<back ... ^up ... next>