comparison lisp/mh-e/mh-junk.el @ 73959:d67b3c1597d8

(mh-spamassassin-blacklist, mh-bogofilter-blacklist) (mh-spamprobe-blacklist): Sync docstring with manual.
author Bill Wohler <wohler@newt.com>
date Mon, 13 Nov 2006 04:40:22 +0000
parents 63fc0820b362
children e3694f1cb928 dbe3f29e61d6
comparison
equal deleted inserted replaced
73958:7df5ae069c1c 73959:d67b3c1597d8
113 http://spamassassin.org/. 113 http://spamassassin.org/.
114 114
115 To use SpamAssassin, add the following recipes to 115 To use SpamAssassin, add the following recipes to
116 \".procmailrc\": 116 \".procmailrc\":
117 117
118 # Append to $PATH the location of mhparam in some distros.
119 PATH=$PATH:/usr/bin/mh 118 PATH=$PATH:/usr/bin/mh
120
121 MAILDIR=$HOME/`mhparam Path` 119 MAILDIR=$HOME/`mhparam Path`
122 120
123 # Fight spam with SpamAssassin. 121 # Fight spam with SpamAssassin.
124 :0fw 122 :0fw
125 | spamc 123 | spamc
350 bogofilter. Note that most Bayesian filters need 1000 to 5000 of each 348 bogofilter. Note that most Bayesian filters need 1000 to 5000 of each
351 type of message to start doing a good job. 349 type of message to start doing a good job.
352 350
353 To use bogofilter, add the following recipes to \".procmailrc\": 351 To use bogofilter, add the following recipes to \".procmailrc\":
354 352
353 PATH=$PATH:/usr/bin/mh
355 MAILDIR=$HOME/`mhparam Path` 354 MAILDIR=$HOME/`mhparam Path`
356 355
357 # Fight spam with bogofilter. 356 # Fight spam with bogofilter.
358 :0fw 357 :0fw
359 | bogofilter -3 -e -p 358 | bogofilter -3 -e -p
416 SpamProbe is a Bayesian spam filtering program. Get it from your local 415 SpamProbe is a Bayesian spam filtering program. Get it from your local
417 distribution or from http://spamprobe.sourceforge.net. 416 distribution or from http://spamprobe.sourceforge.net.
418 417
419 To use SpamProbe, add the following recipes to \".procmailrc\": 418 To use SpamProbe, add the following recipes to \".procmailrc\":
420 419
420 PATH=$PATH:/usr/bin/mh
421 MAILDIR=$HOME/`mhparam Path` 421 MAILDIR=$HOME/`mhparam Path`
422 422
423 # Fight spam with SpamProbe. 423 # Fight spam with SpamProbe.
424 :0 424 :0
425 SCORE=| spamprobe receive 425 SCORE=| spamprobe receive