changeset 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 7df5ae069c1c
children 8af61ff693a9
files lisp/mh-e/mh-junk.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mh-e/mh-junk.el	Mon Nov 13 04:40:11 2006 +0000
+++ b/lisp/mh-e/mh-junk.el	Mon Nov 13 04:40:22 2006 +0000
@@ -115,9 +115,7 @@
 To use SpamAssassin, add the following recipes to
 \".procmailrc\":
 
-    # Append to $PATH the location of mhparam in some distros.
     PATH=$PATH:/usr/bin/mh
-
     MAILDIR=$HOME/`mhparam Path`
 
     # Fight spam with SpamAssassin.
@@ -352,6 +350,7 @@
 
 To use bogofilter, add the following recipes to \".procmailrc\":
 
+    PATH=$PATH:/usr/bin/mh
     MAILDIR=$HOME/`mhparam Path`
 
     # Fight spam with bogofilter.
@@ -418,6 +417,7 @@
 
 To use SpamProbe, add the following recipes to \".procmailrc\":
 
+    PATH=$PATH:/usr/bin/mh
     MAILDIR=$HOME/`mhparam Path`
 
     # Fight spam with SpamProbe.