Difference between revisions of "Bogofilter"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: Install apt-get install bogofilter Training bogofilter -s < spam.mbox bogofilter -n < ham.mbox ==Pranala Menarik== * Teknik Anti Spam Category: Linux) |
Onnowpurbo (talk | contribs) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Install | + | ==Install== |
+ | |||
+ | Untuk menginstall | ||
apt-get install bogofilter | apt-get install bogofilter | ||
− | Training | + | ==Training== |
+ | |||
+ | Training Bogo Filter | ||
bogofilter -s < spam.mbox | bogofilter -s < spam.mbox | ||
bogofilter -n < ham.mbox | bogofilter -n < ham.mbox | ||
+ | Kita bisa menggunakan tool yang ada di contrib, tepatnya /usr/share/doc/bogofilter/examples/contrib/, yaitu | ||
+ | |||
+ | bogominitrain.pl | ||
+ | randomtrain | ||
+ | |||
+ | caranya | ||
+ | |||
+ | bogominitrain.pl -fnv ~/.bogofilter ham.mbox spam.mbox '-o 0.9,0.3' | ||
+ | |||
+ | randomtrain -s spam.mbox -n ham.mbox | ||
Line 13: | Line 27: | ||
==Pranala Menarik== | ==Pranala Menarik== | ||
+ | * [[Instalasi BerkeleyDB]] | ||
+ | * [[Bogofilter: Spam Subject Tag]] | ||
* [[Teknik Anti Spam]] | * [[Teknik Anti Spam]] | ||
[[Category: Linux]] | [[Category: Linux]] |
Latest revision as of 07:19, 6 January 2011
Install
Untuk menginstall
apt-get install bogofilter
Training
Training Bogo Filter
bogofilter -s < spam.mbox bogofilter -n < ham.mbox
Kita bisa menggunakan tool yang ada di contrib, tepatnya /usr/share/doc/bogofilter/examples/contrib/, yaitu
bogominitrain.pl randomtrain
caranya
bogominitrain.pl -fnv ~/.bogofilter ham.mbox spam.mbox '-o 0.9,0.3'
randomtrain -s spam.mbox -n ham.mbox